Revert changes to bom to re-introduce nexus settings (#10353)
This commit is contained in:
parent
febb447919
commit
13385d1aeb
1 changed files with 18 additions and 1 deletions
19
boms/pom.xml
19
boms/pom.xml
|
@ -48,7 +48,24 @@
|
||||||
<module>spi</module>
|
<module>spi</module>
|
||||||
<module>misc</module>
|
<module>misc</module>
|
||||||
</modules>
|
</modules>
|
||||||
|
|
||||||
|
<build>
|
||||||
|
<pluginManagement>
|
||||||
|
<plugins>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.sonatype.plugins</groupId>
|
||||||
|
<artifactId>nexus-staging-maven-plugin</artifactId>
|
||||||
|
<version>1.6.5</version>
|
||||||
|
<extensions>true</extensions>
|
||||||
|
<configuration>
|
||||||
|
<nexusUrl>https://repository.jboss.org/nexus</nexusUrl>
|
||||||
|
<serverId>jboss-releases-repository</serverId>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
|
</plugins>
|
||||||
|
</pluginManagement>
|
||||||
|
</build>
|
||||||
|
|
||||||
<profiles>
|
<profiles>
|
||||||
<profile>
|
<profile>
|
||||||
<id>nexus-staging</id>
|
<id>nexus-staging</id>
|
||||||
|
|
Loading…
Reference in a new issue