File tree 2 files changed +1
-19
lines changed 2 files changed +1
-19
lines changed Original file line number Diff line number Diff line change 61
61
62
62
- name : Publish to Maven Central
63
63
run : |
64
- mvn --no-transfer-progress --batch-mode deploy -DskipTests
64
+ mvn --no-transfer-progress --batch-mode deploy -Psign-artifacts - DskipTests
65
65
env :
66
66
MAVEN_USERNAME : ${{ secrets.OSSRH_USERNAME }}
67
67
MAVEN_PASSWORD : ${{ secrets.OSSRH_PASSWORD }}
Original file line number Diff line number Diff line change 237
237
</java >
238
238
</configuration >
239
239
</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 >
258
240
</plugins >
259
241
</build >
260
242
You can’t perform that action at this time.
0 commit comments