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>
|
||||
|
||||
<build>
|
||||
<pluginManagement>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.sonatype.plugins</groupId>
|
||||
|
@ -114,10 +113,7 @@
|
|||
<nexusUrl>${jboss.repo.nexusUrl}</nexusUrl>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</pluginManagement>
|
||||
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>com.github.eirslett</groupId>
|
||||
<artifactId>frontend-maven-plugin</artifactId>
|
||||
|
|
Loading…
Reference in a new issue