Skip to content

Commit

Permalink
Added nexus staging plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
koushikr committed Sep 12, 2024
1 parent 490c56d commit 8bc5562
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
</snapshotRepository>
</distributionManagement>


<scm>
<connection>scm:git:https://github.com/grookage/leia.git</connection>
<developerConnection>scm:git:https://github.com/grookage/leia.git</developerConnection>
Expand Down Expand Up @@ -183,6 +182,19 @@
<waitUntil>published</waitUntil>
</configuration>
</plugin>

<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.7.0</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
<stagingProgressTimeoutMinutes>10</stagingProgressTimeoutMinutes>
</configuration>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit 8bc5562

Please sign in to comment.