Skip to content

Commit 900874a

Browse files
committed
parent plugin remove management
1 parent a0658aa commit 900874a

File tree

4 files changed

+17
-54
lines changed

4 files changed

+17
-54
lines changed

pom.xml

Lines changed: 17 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -43,45 +43,32 @@
4343
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
4444
</repository>
4545
</distributionManagement>
46-
4746
<build>
48-
<pluginManagement>
49-
<plugins>
50-
<plugin>
51-
<groupId>org.sonatype.plugins</groupId>
52-
<artifactId>nexus-staging-maven-plugin</artifactId>
53-
<version>1.6.3</version>
54-
<extensions>true</extensions>
55-
<configuration>
56-
<serverId>sonatype-nexus-staging</serverId>
57-
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
58-
<autoReleaseAfterClose>true</autoReleaseAfterClose>
59-
</configuration>
60-
</plugin>
61-
<plugin>
62-
<groupId>org.apache.maven.plugins</groupId>
63-
<artifactId>maven-gpg-plugin</artifactId>
64-
<version>3.2.1</version>
65-
<executions>
66-
<execution>
67-
<id>sign-artifacts</id>
68-
<phase>verify</phase>
69-
<goals>
70-
<goal>sign</goal>
71-
</goals>
72-
</execution>
73-
</executions>
74-
</plugin>
75-
</plugins>
76-
</pluginManagement>
7747
<plugins>
7848
<plugin>
7949
<groupId>org.sonatype.plugins</groupId>
8050
<artifactId>nexus-staging-maven-plugin</artifactId>
51+
<version>1.6.3</version>
52+
<extensions>true</extensions>
53+
<configuration>
54+
<serverId>sonatype-nexus-staging</serverId>
55+
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
56+
<autoReleaseAfterClose>true</autoReleaseAfterClose>
57+
</configuration>
8158
</plugin>
8259
<plugin>
8360
<groupId>org.apache.maven.plugins</groupId>
8461
<artifactId>maven-gpg-plugin</artifactId>
62+
<version>3.2.1</version>
63+
<executions>
64+
<execution>
65+
<id>sign-artifacts</id>
66+
<phase>verify</phase>
67+
<goals>
68+
<goal>sign</goal>
69+
</goals>
70+
</execution>
71+
</executions>
8572
</plugin>
8673
</plugins>
8774
</build>

tablestore-shaded-httpasyncclient/pom.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -79,14 +79,6 @@
7979
</execution>
8080
</executions>
8181
</plugin>
82-
<plugin>
83-
<groupId>org.sonatype.plugins</groupId>
84-
<artifactId>nexus-staging-maven-plugin</artifactId>
85-
</plugin>
86-
<plugin>
87-
<groupId>org.apache.maven.plugins</groupId>
88-
<artifactId>maven-gpg-plugin</artifactId>
89-
</plugin>
9082
</plugins>
9183
</build>
9284
</project>

tablestore-shaded-protobuf/pom.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -77,14 +77,6 @@
7777
</execution>
7878
</executions>
7979
</plugin>
80-
<plugin>
81-
<groupId>org.sonatype.plugins</groupId>
82-
<artifactId>nexus-staging-maven-plugin</artifactId>
83-
</plugin>
84-
<plugin>
85-
<groupId>org.apache.maven.plugins</groupId>
86-
<artifactId>maven-gpg-plugin</artifactId>
87-
</plugin>
8880
</plugins>
8981
</build>
9082
</project>

tablestore/pom.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -282,14 +282,6 @@
282282
</execution>
283283
</executions>
284284
</plugin>
285-
<plugin>
286-
<groupId>org.sonatype.plugins</groupId>
287-
<artifactId>nexus-staging-maven-plugin</artifactId>
288-
</plugin>
289-
<plugin>
290-
<groupId>org.apache.maven.plugins</groupId>
291-
<artifactId>maven-gpg-plugin</artifactId>
292-
</plugin>
293285
</plugins>
294286
</build>
295287
</project>

0 commit comments

Comments
 (0)