Skip to content

Commit

Permalink
Disable enforcer
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-podolskiy90 committed Nov 21, 2023
1 parent 6a75587 commit b5a12f5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,15 @@
<defaultGoal>jetty:run</defaultGoal>
<plugins>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>${maven-enforcer-plugin.version}</version>
<configuration>
<skip>true</skip>
</configuration>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
Expand Down

0 comments on commit b5a12f5

Please sign in to comment.