Skip to content

Commit 45f05fe

Browse files
committed
remove all release plugins other than maven-release-plugin
Signed-off-by: Min Jin <[email protected]>
1 parent 85b6a65 commit 45f05fe

File tree

11 files changed

+3
-140
lines changed

11 files changed

+3
-140
lines changed

client-java-contrib/admissionreview/pom.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,6 @@
3333

3434
<build>
3535
<plugins>
36-
<plugin>
37-
<groupId>org.sonatype.plugins</groupId>
38-
<artifactId>nexus-staging-maven-plugin</artifactId>
39-
<extensions>true</extensions>
40-
<configuration>
41-
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
42-
</configuration>
43-
</plugin>
4436
<plugin>
4537
<groupId>com.diffplug.spotless</groupId>
4638
<artifactId>spotless-maven-plugin</artifactId>

client-java-contrib/cert-manager/pom.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,6 @@
2121
</dependencies>
2222
<build>
2323
<plugins>
24-
<plugin>
25-
<groupId>org.sonatype.plugins</groupId>
26-
<artifactId>nexus-staging-maven-plugin</artifactId>
27-
<extensions>true</extensions>
28-
<configuration>
29-
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
30-
</configuration>
31-
</plugin>
3224
<plugin>
3325
<groupId>com.diffplug.spotless</groupId>
3426
<artifactId>spotless-maven-plugin</artifactId>

client-java-contrib/prometheus-operator/pom.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,6 @@
2020
</dependencies>
2121
<build>
2222
<plugins>
23-
<plugin>
24-
<groupId>org.sonatype.plugins</groupId>
25-
<artifactId>nexus-staging-maven-plugin</artifactId>
26-
<extensions>true</extensions>
27-
<configuration>
28-
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
29-
</configuration>
30-
</plugin>
3123
<plugin>
3224
<groupId>com.diffplug.spotless</groupId>
3325
<artifactId>spotless-maven-plugin</artifactId>

examples/examples-release-17/pom.xml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -69,21 +69,6 @@
6969
<artifactId>spotless-maven-plugin</artifactId>
7070
<version>2.46.1</version>
7171
</plugin>
72-
<plugin>
73-
<groupId>org.sonatype.plugins</groupId>
74-
<artifactId>nexus-staging-maven-plugin</artifactId>
75-
<extensions>true</extensions>
76-
<configuration>
77-
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
78-
</configuration>
79-
</plugin>
80-
<plugin>
81-
<groupId>org.apache.maven.plugins</groupId>
82-
<artifactId>maven-deploy-plugin</artifactId>
83-
<configuration>
84-
<skip>true</skip>
85-
</configuration>
86-
</plugin>
8772
</plugins>
8873
</build>
8974
<properties>

examples/examples-release-18/pom.xml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -70,21 +70,6 @@
7070
<artifactId>spotless-maven-plugin</artifactId>
7171
<version>2.46.1</version>
7272
</plugin>
73-
<plugin>
74-
<groupId>org.sonatype.plugins</groupId>
75-
<artifactId>nexus-staging-maven-plugin</artifactId>
76-
<extensions>true</extensions>
77-
<configuration>
78-
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
79-
</configuration>
80-
</plugin>
81-
<plugin>
82-
<groupId>org.apache.maven.plugins</groupId>
83-
<artifactId>maven-deploy-plugin</artifactId>
84-
<configuration>
85-
<skip>true</skip>
86-
</configuration>
87-
</plugin>
8873
</plugins>
8974
</build>
9075
<properties>

examples/examples-release-19/pom.xml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -69,21 +69,6 @@
6969
<artifactId>spotless-maven-plugin</artifactId>
7070
<version>2.46.1</version>
7171
</plugin>
72-
<plugin>
73-
<groupId>org.sonatype.plugins</groupId>
74-
<artifactId>nexus-staging-maven-plugin</artifactId>
75-
<extensions>true</extensions>
76-
<configuration>
77-
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
78-
</configuration>
79-
</plugin>
80-
<plugin>
81-
<groupId>org.apache.maven.plugins</groupId>
82-
<artifactId>maven-deploy-plugin</artifactId>
83-
<configuration>
84-
<skip>true</skip>
85-
</configuration>
86-
</plugin>
8772
</plugins>
8873
</build>
8974
<properties>

examples/examples-release-20/pom.xml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -75,21 +75,6 @@
7575
<artifactId>spotless-maven-plugin</artifactId>
7676
<version>2.46.1</version>
7777
</plugin>
78-
<plugin>
79-
<groupId>org.sonatype.plugins</groupId>
80-
<artifactId>nexus-staging-maven-plugin</artifactId>
81-
<extensions>true</extensions>
82-
<configuration>
83-
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
84-
</configuration>
85-
</plugin>
86-
<plugin>
87-
<groupId>org.apache.maven.plugins</groupId>
88-
<artifactId>maven-deploy-plugin</artifactId>
89-
<configuration>
90-
<skip>true</skip>
91-
</configuration>
92-
</plugin>
9378
</plugins>
9479
</build>
9580
<properties>

examples/examples-release-latest/pom.xml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -69,24 +69,4 @@
6969

7070
</dependencies>
7171

72-
<build>
73-
<plugins>
74-
<plugin>
75-
<groupId>org.sonatype.plugins</groupId>
76-
<artifactId>nexus-staging-maven-plugin</artifactId>
77-
<extensions>true</extensions>
78-
<configuration>
79-
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
80-
</configuration>
81-
</plugin>
82-
<plugin>
83-
<groupId>org.apache.maven.plugins</groupId>
84-
<artifactId>maven-deploy-plugin</artifactId>
85-
<configuration>
86-
<skip>true</skip>
87-
</configuration>
88-
</plugin>
89-
</plugins>
90-
</build>
91-
9272
</project>

examples/pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,6 @@
2929
<artifactId>maven-bundle-plugin</artifactId>
3030
<extensions>true</extensions>
3131
</plugin>
32-
<plugin>
33-
<groupId>org.apache.maven.plugins</groupId>
34-
<artifactId>maven-deploy-plugin</artifactId>
35-
<configuration>
36-
<skip>true</skip>
37-
</configuration>
38-
</plugin>
3932
</plugins>
4033
</build>
4134

pom.xml

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -379,11 +379,6 @@
379379
<artifactId>maven-compiler-plugin</artifactId>
380380
<version>3.14.1</version>
381381
</plugin>
382-
<plugin>
383-
<groupId>org.sonatype.plugins</groupId>
384-
<artifactId>nexus-staging-maven-plugin</artifactId>
385-
<version>1.7.0</version>
386-
</plugin>
387382
<plugin>
388383
<groupId>org.codehaus.mojo</groupId>
389384
<artifactId>build-helper-maven-plugin</artifactId>
@@ -402,11 +397,6 @@
402397
<trimStackTrace>false</trimStackTrace> <!-- SUREFIRE-1226 workaround -->
403398
</configuration>
404399
</plugin>
405-
<plugin>
406-
<groupId>org.apache.maven.plugins</groupId>
407-
<artifactId>maven-deploy-plugin</artifactId>
408-
<version>3.1.4</version>
409-
</plugin>
410400
<plugin>
411401
<groupId>org.codehaus.gmavenplus</groupId>
412402
<artifactId>gmavenplus-plugin</artifactId>
@@ -454,25 +444,6 @@
454444
<skip>true</skip>
455445
</configuration>
456446
</plugin>
457-
<plugin>
458-
<groupId>org.sonatype.central</groupId>
459-
<artifactId>central-publishing-maven-plugin</artifactId>
460-
<version>0.9.0</version>
461-
<extensions>true</extensions>
462-
<configuration>
463-
<publishingServerId>ossrh</publishingServerId>
464-
</configuration>
465-
</plugin>
466-
<plugin>
467-
<groupId>org.sonatype.plugins</groupId>
468-
<artifactId>nexus-staging-maven-plugin</artifactId>
469-
<extensions>true</extensions>
470-
<configuration>
471-
<serverId>ossrh</serverId>
472-
<nexusUrl>https://ossrh-staging-api.central.sonatype.com/</nexusUrl>
473-
<autoReleaseAfterClose>true</autoReleaseAfterClose>
474-
</configuration>
475-
</plugin>
476447
<plugin>
477448
<groupId>com.diffplug.spotless</groupId>
478449
<artifactId>spotless-maven-plugin</artifactId>

0 commit comments

Comments
 (0)