Skip to content

Commit 8ea9c9d

Browse files
committed
CI: fíx release
1 parent 30eaf7e commit 8ea9c9d

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

pom.xml

+13
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,19 @@
192192
</dependency>
193193
</dependencies>
194194
</plugin>
195+
<plugin>
196+
<groupId>org.sonatype.plugins</groupId>
197+
<artifactId>nexus-staging-maven-plugin</artifactId>
198+
<version>1.6.13</version>
199+
<extensions>true</extensions>
200+
<configuration>
201+
<serverId>ossrh</serverId>
202+
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
203+
<stagingProfileId>84aff6e87e214c</stagingProfileId>
204+
<autoReleaseAfterClose>false</autoReleaseAfterClose>
205+
<skipNexusStagingDeployMojo>${maven.deploy.skip}</skipNexusStagingDeployMojo>
206+
</configuration>
207+
</plugin>
195208
</plugins>
196209

197210
<pluginManagement>

release-parent/pom.xml

-13
Original file line numberDiff line numberDiff line change
@@ -120,19 +120,6 @@
120120
<retryFailedDeploymentCount>10</retryFailedDeploymentCount>
121121
</configuration>
122122
</plugin>
123-
<plugin>
124-
<groupId>org.sonatype.plugins</groupId>
125-
<artifactId>nexus-staging-maven-plugin</artifactId>
126-
<version>1.6.13</version>
127-
<extensions>true</extensions>
128-
<configuration>
129-
<serverId>ossrh</serverId>
130-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
131-
<stagingProfileId>84aff6e87e214c</stagingProfileId>
132-
<autoReleaseAfterClose>false</autoReleaseAfterClose>
133-
<skipNexusStagingDeployMojo>${maven.deploy.skip}</skipNexusStagingDeployMojo>
134-
</configuration>
135-
</plugin>
136123
<plugin>
137124
<groupId>org.apache.maven.plugins</groupId>
138125
<artifactId>maven-clean-plugin</artifactId>

0 commit comments

Comments
 (0)