Ensure Sonatype plugin is loaded properly (#3007)

This commit is contained in:
Stian Thorgersen 2022-07-27 12:21:29 +02:00 committed by GitHub
parent c902989114
commit 988aefd7d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>