File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -194,6 +194,15 @@ Analyze a WSDL or Schema document and generate an HMTL report</description>
194194 </gpgArguments >
195195 </configuration >
196196 </plugin >
197+ <!-- <plugin>-->
198+ <!-- <groupId>org.sonatype.central</groupId>-->
199+ <!-- <artifactId>central-publishing-maven-plugin</artifactId>-->
200+ <!-- <version>0.5.0</version>-->
201+ <!-- <extensions>true</extensions>-->
202+ <!-- <configuration>-->
203+ <!-- <publishingServerId>central</publishingServerId>-->
204+ <!-- </configuration>-->
205+ <!-- </plugin>-->
197206 </plugins >
198207 </build >
199208 </profile >
@@ -202,7 +211,8 @@ Analyze a WSDL or Schema document and generate an HMTL report</description>
202211 <distributionManagement >
203212 <repository >
204213 <id >ossrh</id >
205- <url >https://oss.sonatype.org/service/local/staging/deploy/maven2/</url >
214+ <!-- <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>-->
215+ <url >https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url >
206216 </repository >
207217 <snapshotRepository >
208218 <id >ossrh</id >
You can’t perform that action at this time.
0 commit comments