Ensure Sonatype plugin is loaded properly (#3007)
This commit is contained in:
parent
c902989114
commit
988aefd7d3
1 changed files with 11 additions and 15 deletions
|
@ -102,7 +102,6 @@
|
||||||
</profiles>
|
</profiles>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
<pluginManagement>
|
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.sonatype.plugins</groupId>
|
<groupId>org.sonatype.plugins</groupId>
|
||||||
|
@ -114,10 +113,7 @@
|
||||||
<nexusUrl>${jboss.repo.nexusUrl}</nexusUrl>
|
<nexusUrl>${jboss.repo.nexusUrl}</nexusUrl>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
|
||||||
</pluginManagement>
|
|
||||||
|
|
||||||
<plugins>
|
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>com.github.eirslett</groupId>
|
<groupId>com.github.eirslett</groupId>
|
||||||
<artifactId>frontend-maven-plugin</artifactId>
|
<artifactId>frontend-maven-plugin</artifactId>
|
||||||
|
|
Loading…
Reference in a new issue