Publish directly to Sonatype OSSRH (#10712)

Closes #10711
This commit is contained in:
Stian Thorgersen
2022-03-15 08:59:11 +01:00
committed by GitHub
parent 4eb1720259
commit 1b214aaed6
2 changed files with 19 additions and 5 deletions

View File

@@ -43,6 +43,14 @@
</license>
</licenses>
<properties>
<jboss.repo.nexusUrl>https://s01.oss.sonatype.org/</jboss.repo.nexusUrl>
<jboss.releases.repo.id>jboss-releases-repository</jboss.releases.repo.id>
<jboss.releases.repo.url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</jboss.releases.repo.url>
<jboss.snapshots.repo.id>jboss-snapshots-repository</jboss.snapshots.repo.id>
<jboss.snapshots.repo.url>https://s01.oss.sonatype.org/content/repositories/snapshots/</jboss.snapshots.repo.url>
</properties>
<modules>
<module>adapter</module>
<module>spi</module>
@@ -58,8 +66,8 @@
<version>1.6.5</version>
<extensions>true</extensions>
<configuration>
<nexusUrl>https://repository.jboss.org/nexus</nexusUrl>
<serverId>jboss-releases-repository</serverId>
<nexusUrl>${jboss.repo.nexusUrl}</nexusUrl>
</configuration>
</plugin>
</plugins>