Skip to content

Commit

Permalink
Try with oss sonatype plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsaellen committed Sep 20, 2022
1 parent afd695d commit d35c860
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,11 @@
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<!--<repository>
<id>ossrh</id>
<name>Central Repository OSSRH</name>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</repository>-->
</distributionManagement>

<profiles>
Expand All @@ -120,7 +120,7 @@
</execution>
</executions>
</plugin>
<!--<plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.7</version>
Expand All @@ -130,7 +130,7 @@
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>false</autoReleaseAfterClose>
</configuration>
</plugin>-->
</plugin>
</plugins>
</build>
</profile>
Expand Down

0 comments on commit d35c860

Please sign in to comment.