File tree Expand file tree Collapse file tree 2 files changed +6
-10
lines changed
Expand file tree Collapse file tree 2 files changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -34,11 +34,17 @@ jobs:
3434 steps :
3535 - uses : s4u/maven-settings-action@v3.0.0
3636 with :
37+ githubServer : false
3738 servers : |
3839 [{
3940 "id": "central",
4041 "username": "${{ secrets.MAVEN_CENTRAL_USERNAME }}",
4142 "password": "${{ secrets.MAVEN_CENTRAL_PASSWORD }}"
43+ },
44+ {
45+ "id": "central-portal-snapshots",
46+ "username": "${{ secrets.MAVEN_CENTRAL_USERNAME }}",
47+ "password": "${{ secrets.MAVEN_CENTRAL_PASSWORD }}"
4248 }]
4349
4450 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 238238 </execution >
239239 </executions >
240240 </plugin >
241- <plugin >
242- <groupId >org.sonatype.central</groupId >
243- <artifactId >central-publishing-maven-plugin</artifactId >
244- <version >0.7.0</version >
245- <extensions >true</extensions >
246- <configuration >
247- <publishingServerId >central</publishingServerId >
248- <centralSnapshotsUrl >https://central.sonatype.com/repository/maven-snapshots/</centralSnapshotsUrl >
249- </configuration >
250- </plugin >
251241 <plugin >
252242 <artifactId >maven-release-plugin</artifactId >
253243 <version >2.5.3</version >
You can’t perform that action at this time.
0 commit comments