Commit fe189f8 1 parent 3084591 commit fe189f8 Copy full SHA for fe189f8
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 30
30
with :
31
31
java-version : ' 17'
32
32
distribution : ' temurin'
33
- server-id : central # Value of the distributionManagement/repository/id field of the pom.xml
33
+ server-id : maven # Value of the distributionManagement/repository/id field of the pom.xml
34
34
settings-path : ${{ github.workspace }} # location for the settings.xml file
35
35
server-username : MAVEN_USERNAME # env variable for username in deploy
36
36
server-password : MAVEN_CENTRAL_TOKEN # env variable for token in deploy
Original file line number Diff line number Diff line change 96
96
<version >0.6.0</version >
97
97
<extensions >true</extensions >
98
98
<configuration >
99
- <publishingServerId >central </publishingServerId >
99
+ <publishingServerId >maven </publishingServerId >
100
100
</configuration >
101
101
</plugin >
102
102
<plugin >
You can’t perform that action at this time.
0 commit comments