Skip to content

Commit

Permalink
disable maven plugin 'maven-enforcer-plugin'
Browse files Browse the repository at this point in the history
  • Loading branch information
baisui1981 committed Nov 1, 2022
1 parent f9ed508 commit 38974d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -852,7 +852,8 @@
<executions>
<execution>
<id>display-info</id>
<phase>validate</phase>
<!-- <phase>validate</phase>-->
<phase>none</phase>
<goals>
<goal>display-info</goal>
<goal>enforce</goal>
Expand Down

0 comments on commit 38974d1

Please sign in to comment.