File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6060 run : mvn -B versions:set -DnewVersion=${{ github.event.inputs.packageVersion }} -DgenerateBackupPoms=false
6161
6262 - name : Publish to Central Portal
63- run : mvn -B -e -X clean deploy -Pdeploy -Drevision=${{ github.event.inputs.packageVersion }} -Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }}
63+ run : mvn -B -e clean deploy -Pdeploy -Drevision=${{ github.event.inputs.packageVersion }} -Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }}
6464 env :
6565 CENTRAL_USERNAME : ${{ secrets.MAVEN_USERNAME }}
6666 CENTRAL_PASSWORD : ${{ secrets.MAVEN_PASSWORD }} # Central Portal token
Original file line number Diff line number Diff line change 8888 <configuration >
8989 <publishingServerId >central</publishingServerId >
9090 <autoPublish >true</autoPublish >
91+ <tokenAuth >true</tokenAuth >
9192 <waitUntil >published</waitUntil >
9293 </configuration >
9394 </plugin >
You can’t perform that action at this time.
0 commit comments