Skip to content

Commit 8867b8b

Browse files
author
Jonathan Wenger
committed
Deployment update.
1 parent c253faa commit 8867b8b

File tree

2 files changed

+1
-19
lines changed

2 files changed

+1
-19
lines changed

.github/workflows/Deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161

6262
- name: Publish to Maven Central
6363
run: |
64-
mvn --no-transfer-progress --batch-mode deploy -DskipTests
64+
mvn --no-transfer-progress --batch-mode deploy -Psign-artifacts -DskipTests
6565
env:
6666
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
6767
MAVEN_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}

pom.xml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -237,24 +237,6 @@
237237
</java>
238238
</configuration>
239239
</plugin>
240-
<plugin>
241-
<groupId>org.sonatype.plugins</groupId>
242-
<artifactId>nexus-staging-maven-plugin</artifactId>
243-
<version>1.6.13</version>
244-
<extensions>true</extensions>
245-
<configuration>
246-
<serverId>ossrh</serverId>
247-
<nexusUrl>https://oss.sonatype.org/service/local/</nexusUrl>
248-
249-
<!--
250-
If set to false, you must manually close & release
251-
in the Sonatype UI or by running:
252-
mvn nexus-staging:close
253-
mvn nexus-staging:release
254-
-->
255-
<autoReleaseAfterClose>true</autoReleaseAfterClose>
256-
</configuration>
257-
</plugin>
258240
</plugins>
259241
</build>
260242

0 commit comments

Comments
 (0)