Skip to content

Commit

Permalink
Remove Maven Enforcer
Browse files Browse the repository at this point in the history
The plugin is not actually enforcing the right versions by the looks, and it is not really needed anyway.

Signed-off-by: ascopes <73482956+ascopes@users.noreply.github.com>
  • Loading branch information
ascopes authored Aug 5, 2023
1 parent 114c962 commit 59a8851
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@
<maven-checkstyle-plugin.version>3.3.0</maven-checkstyle-plugin.version>
<maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.version>
<maven-deploy-plugin.version>3.1.1</maven-deploy-plugin.version>
<maven-enforcer-plugin.version>3.3.0</maven-enforcer-plugin.version>
<maven-failsafe-plugin.version>3.1.2</maven-failsafe-plugin.version>
<maven-gpg-plugin.version>3.1.0</maven-gpg-plugin.version>
<maven-install-plugin.version>3.1.1</maven-install-plugin.version>
Expand Down Expand Up @@ -576,23 +575,6 @@
</pluginManagement>

<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>${maven-enforcer-plugin.version}</version>
<configuration>
<rules>
<requireMavenVersion>
<!--
Expect this Maven version or crash the build. This ensures people are using
./mvnw or .\mvnw.cmd to build things.
-->
<version>3.9.2</version>
</requireMavenVersion>
</rules>
</configuration>
</plugin>

<plugin>
<!-- Enforces our license header and allows adding it automatically to code. -->
<groupId>com.mycila</groupId>
Expand Down

0 comments on commit 59a8851

Please sign in to comment.