Skip to content

Commit 11ab75a

Browse files
fix(pom.xml): move nexus plugin to the bottom to change release behavior
1 parent 12c8c1d commit 11ab75a

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

pom.xml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -89,17 +89,6 @@
8989
</execution>
9090
</executions>
9191
</plugin>
92-
<plugin>
93-
<groupId>org.sonatype.plugins</groupId>
94-
<artifactId>nexus-staging-maven-plugin</artifactId>
95-
<version>1.6.8</version>
96-
<extensions>true</extensions>
97-
<configuration>
98-
<serverId>ossrh</serverId>
99-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
100-
<autoReleaseAfterClose>true</autoReleaseAfterClose>
101-
</configuration>
102-
</plugin>
10392
<plugin>
10493
<artifactId>maven-clean-plugin</artifactId>
10594
<version>3.1.0</version>
@@ -162,6 +151,17 @@
162151
<artifactId>maven-site-plugin</artifactId>
163152
<version>3.9.0</version>
164153
</plugin>
154+
<plugin>
155+
<groupId>org.sonatype.plugins</groupId>
156+
<artifactId>nexus-staging-maven-plugin</artifactId>
157+
<version>1.6.8</version>
158+
<extensions>true</extensions>
159+
<configuration>
160+
<serverId>ossrh</serverId>
161+
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
162+
<autoReleaseAfterClose>true</autoReleaseAfterClose>
163+
</configuration>
164+
</plugin>
165165
</plugins>
166166
</build>
167167
<dependencies>

0 commit comments

Comments
 (0)