From 8867b8b6afa1bf1a54cab9175a71dc2a593f72bb Mon Sep 17 00:00:00 2001 From: Jonathan Wenger Date: Wed, 15 Jan 2025 14:28:58 -0800 Subject: [PATCH] Deployment update. --- .github/workflows/Deploy.yml | 2 +- pom.xml | 18 ------------------ 2 files changed, 1 insertion(+), 19 deletions(-) diff --git a/.github/workflows/Deploy.yml b/.github/workflows/Deploy.yml index 60c0422..0fa60d1 100644 --- a/.github/workflows/Deploy.yml +++ b/.github/workflows/Deploy.yml @@ -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 }} diff --git a/pom.xml b/pom.xml index afb4210..b0a8039 100644 --- a/pom.xml +++ b/pom.xml @@ -237,24 +237,6 @@ - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.13 - true - - ossrh - https://oss.sonatype.org/service/local/ - - - true - -