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