We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2680b5 commit 4f6c592Copy full SHA for 4f6c592
pom.xml
@@ -244,6 +244,25 @@
244
</execution>
245
</executions>
246
</plugin>
247
+ <plugin>
248
+ <groupId>org.sonatype.plugins</groupId>
249
+ <artifactId>nexus-staging-maven-plugin</artifactId>
250
+ <version>1.6.8</version>
251
+ <configuration>
252
+ <autoReleaseAfterClose>true</autoReleaseAfterClose>
253
+ <serverId>ossrh</serverId>
254
+ <nexusUrl>https://oss.sonatype.org/</nexusUrl>
255
+ </configuration>
256
+ <executions>
257
+ <execution>
258
+ <id>default-deploy</id>
259
+ <phase>deploy</phase>
260
+ <goals>
261
+ <goal>deploy</goal>
262
+ </goals>
263
+ </execution>
264
+ </executions>
265
+ </plugin>
266
</plugins>
267
</build>
268
</project>
0 commit comments