Skip to content

Commit

Permalink
chore: remove redundant maven-enforcer-plugin configuration already p…
Browse files Browse the repository at this point in the history
…rovided by jboss-parent.
  • Loading branch information
rhusar committed May 21, 2024
1 parent 24b0535 commit 29f2ca9
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,27 +95,10 @@

<build>
<plugins>
<!-- Ban insecure non-https maven repositories -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.4.1</version>
<executions>
<execution>
<id>enforce-java-version</id>
<goals>
<goal>enforce</goal>
</goals>
<configuration>
<rules>
<bannedRepositories>
<bannedRepositories>http://*</bannedRepositories>
<bannedPluginRepositories>http://*</bannedPluginRepositories>
</bannedRepositories>
</rules>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 29f2ca9

Please sign in to comment.