File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5353 JRELEASER_ARTICLE_GITHUB_TOKEN : ${{ secrets.GH_PAT }}
5454 JRELEASER_GPG_SECRET_KEY : ${{ secrets.gpg_private_key }}
5555 JRELEASER_GPG_PASSPHRASE : ${{ secrets.gpg_passphrase }}
56+ JRELEASER_NEXUS2_MAVEN_CENTRAL_URL : ${{ secrets.MAVEN_CENTRAL_URL }}
57+ JRELEASER_NEXUS2_MAVEN_CENTRAL_SNAPSHOT_URL : ${{ secrets.MAVEN_CENTRAL_URL }}
5658 JRELEASER_NEXUS2_MAVEN_CENTRAL_USERNAME : ${{ secrets.nexus_username }}
5759 JRELEASER_NEXUS2_MAVEN_CENTRAL_PASSWORD : ${{ secrets.nexus_password }}
5860
Original file line number Diff line number Diff line change @@ -65,8 +65,6 @@ deploy:
6565 nexus2 :
6666 maven-central :
6767 active : ALWAYS
68- url : https://s01.oss.sonatype.org/service/local
69- snapshotUrl : https://s01.oss.sonatype.org/content/repositories/snapshots/
7068 closeRepository : true
7169 releaseRepository : true
7270 stagingRepositories :
You can’t perform that action at this time.
0 commit comments