Skip to content

Commit 8fdb0ef

Browse files
committed
new central server
1 parent e7c341b commit 8fdb0ef

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

pom.xml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)