Skip to content

Commit

Permalink
Deployment update.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Wenger committed Jan 15, 2025
1 parent c253faa commit 8867b8b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:

- name: Publish to Maven Central
run: |
mvn --no-transfer-progress --batch-mode deploy -DskipTests
mvn --no-transfer-progress --batch-mode deploy -Psign-artifacts -DskipTests
env:
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
Expand Down
18 changes: 0 additions & 18 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -237,24 +237,6 @@
</java>
</configuration>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.13</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/service/local/</nexusUrl>

<!--
If set to false, you must manually close & release
in the Sonatype UI or by running:
mvn nexus-staging:close
mvn nexus-staging:release
-->
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit 8867b8b

Please sign in to comment.