File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 4343 MAVEN_PASSWORD : ${{ secrets.MAVEN_CENTRAL_PASSWORD }}
4444 SIGNING_PASSWORD : ${{ secrets.SIGNING_PASSWORD }}
4545 run : |
46- mvn clean deploy -P release \
46+ mvn clean deploy \
4747 --no-transfer-progress \
4848 --batch-mode \
4949# -DskipTests \
Original file line number Diff line number Diff line change 9797
9898 <distributionManagement >
9999 <snapshotRepository >
100- <id >ossrh </id >
100+ <id >central </id >
101101 <url >https://s01.oss.sonatype.org/content/repositories/snapshots</url >
102102 </snapshotRepository >
103103 <repository >
104- <id >ossrh </id >
104+ <id >central </id >
105105 <url >https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url >
106106 </repository >
107107 </distributionManagement >
179179 <goals >deploy</goals >
180180 </configuration >
181181 </plugin >
182+ <!--
182183 <plugin>
183184 <groupId>org.sonatype.plugins</groupId>
184185 <artifactId>nexus-staging-maven-plugin</artifactId>
185186 <version>1.6.7</version>
186187 <extensions>true</extensions>
187188 <configuration>
188- <serverId >ossrh </serverId >
189+ <serverId>central </serverId>
189190 <nexusUrl>https://oss.sonatype.org/</nexusUrl>
190191 <autoReleaseAfterClose>true</autoReleaseAfterClose>
191192 </configuration>
192193 </plugin>
194+ -->
193195 <plugin >
194196 <groupId >org.codehaus.mojo</groupId >
195197 <artifactId >exec-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments