Browse Source

Temporarily change the distribution management element.

pull/429/head
Hiroshi Ukai 1 year ago
parent
commit
83312651b5
1 changed files with 13 additions and 0 deletions
  1. 13
    0
      pom.xml

+ 13
- 0
pom.xml View File

@@ -151,6 +151,7 @@

mvn deploy
-->
<!-- BEGIN: Disabled for experiments
<repository>
<id>jboss-releases-repository</id>
<name>JBoss Releases Repository</name>
@@ -165,6 +166,18 @@
https://repository.jboss.org/nexus/content/repositories/snapshots/
</url>
</snapshotRepository>
END: Disabled for experiments -->
<snapshotRepository>
<id>sonatype-nexus-snapshots</id>
<name>Sonatype Nexus snapshot repository</name>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>sonatype-nexus-staging</id>
<name>Sonatype Nexus release repository</name>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/
</url>
</repository>
</distributionManagement>
<build>
<plugins>

Loading…
Cancel
Save