Skip to content

Commit

Permalink
Replace package with verify in the default goal.
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Mar 4, 2022
1 parent 02f3bee commit aff1ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@


<build>
<defaultGoal>clean package apache-rat:check checkstyle:check japicmp:cmp spotbugs:check javadoc:javadoc</defaultGoal>
<defaultGoal>clean verify apache-rat:check checkstyle:check japicmp:cmp spotbugs:check javadoc:javadoc</defaultGoal>
<pluginManagement>
<plugins>
<plugin>
Expand Down

0 comments on commit aff1ad8

Please sign in to comment.