Skip to content

Commit

Permalink
#15 🔧 update to use parent pom release settings
Browse files Browse the repository at this point in the history
  • Loading branch information
d-ryan-ashcraft committed Aug 21, 2023
1 parent c021efc commit 580ecb3
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,16 +88,6 @@
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<extensions>true</extensions>
<!-- When performing a release, the nexus-staging-maven-plugin only intercepts and modifies the
deploy:deploy goal - Habushu's habushu:publish-to-pypi-repo goal remains as-is -->
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<!-- Automatically release staging repository and make deployed artifacts available on
Maven Central. This mitigates the need to manually log into the OSSRH Nexus instance
and release the staging repository -->
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit 580ecb3

Please sign in to comment.