File tree Expand file tree Collapse file tree 4 files changed +32
-0
lines changed
client-java-contrib/admissionreview Expand file tree Collapse file tree 4 files changed +32
-0
lines changed Original file line number Diff line number Diff line change 34
34
35
35
<build >
36
36
<plugins >
37
+ <plugin >
38
+ <groupId >org.sonatype.plugins</groupId >
39
+ <artifactId >nexus-staging-maven-plugin</artifactId >
40
+ <extensions >true</extensions >
41
+ <configuration >
42
+ <skipNexusStagingDeployMojo >true</skipNexusStagingDeployMojo >
43
+ </configuration >
44
+ </plugin >
37
45
<plugin >
38
46
<groupId >com.diffplug.spotless</groupId >
39
47
<artifactId >spotless-maven-plugin</artifactId >
Original file line number Diff line number Diff line change 93
93
94
94
<build >
95
95
<plugins >
96
+ <plugin >
97
+ <groupId >org.sonatype.plugins</groupId >
98
+ <artifactId >nexus-staging-maven-plugin</artifactId >
99
+ <extensions >true</extensions >
100
+ <configuration >
101
+ <skipNexusStagingDeployMojo >true</skipNexusStagingDeployMojo >
102
+ </configuration >
103
+ </plugin >
96
104
<plugin >
97
105
<groupId >org.apache.maven.plugins</groupId >
98
106
<artifactId >maven-deploy-plugin</artifactId >
Original file line number Diff line number Diff line change 93
93
94
94
<build >
95
95
<plugins >
96
+ <plugin >
97
+ <groupId >org.sonatype.plugins</groupId >
98
+ <artifactId >nexus-staging-maven-plugin</artifactId >
99
+ <extensions >true</extensions >
100
+ <configuration >
101
+ <skipNexusStagingDeployMojo >true</skipNexusStagingDeployMojo >
102
+ </configuration >
103
+ </plugin >
96
104
<plugin >
97
105
<groupId >org.apache.maven.plugins</groupId >
98
106
<artifactId >maven-deploy-plugin</artifactId >
Original file line number Diff line number Diff line change 93
93
94
94
<build >
95
95
<plugins >
96
+ <plugin >
97
+ <groupId >org.sonatype.plugins</groupId >
98
+ <artifactId >nexus-staging-maven-plugin</artifactId >
99
+ <extensions >true</extensions >
100
+ <configuration >
101
+ <skipNexusStagingDeployMojo >true</skipNexusStagingDeployMojo >
102
+ </configuration >
103
+ </plugin >
96
104
<plugin >
97
105
<groupId >org.apache.maven.plugins</groupId >
98
106
<artifactId >maven-deploy-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments