Skip to content

Commit

Permalink
Add <distributionManagement> configuration (#902)
Browse files Browse the repository at this point in the history
  • Loading branch information
pivovarit authored Aug 17, 2024
1 parent 9eb6d7a commit c386e21
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@
<configuration>
<serverId>oss.sonatype.org</serverId>
<nexusUrl>https://oss.sonatype.org</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
</plugins>
Expand Down Expand Up @@ -326,4 +327,15 @@
<scope>test</scope>
</dependency>
</dependencies>

<distributionManagement>
<repository>
<id>sonatype-nexus-staging</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
<snapshotRepository>
<id>sonatype-nexus-snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
</snapshotRepository>
</distributionManagement>
</project>

0 comments on commit c386e21

Please sign in to comment.