Skip to content

Commit

Permalink
Fixing sonatype deploy with token
Browse files Browse the repository at this point in the history
  • Loading branch information
drejc committed Jan 13, 2025
1 parent 380bd51 commit 72ae6a5
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -366,21 +366,27 @@

</dependencies>


<distributionManagement>
<!-- Repository for snapshots -->
<repository>
<id>ossrh</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>

<!--<distributionManagement>
&lt;!&ndash; Repository for snapshots &ndash;&gt;
<snapshotRepository>
<id>nexus-snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<!-- Repository for releases -->
<!-- <repository>
&lt;!&ndash; Repository for releases &ndash;&gt;
&lt;!&ndash; <repository>
<id>nexus-releases</id>
<name>Nexus Release Repository</name>
<url>http://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>-->
</distributionManagement>
</repository>&ndash;&gt;
</distributionManagement>-->

<build>
<plugins>
Expand Down

0 comments on commit 72ae6a5

Please sign in to comment.