Replace package with verify in the default goal.

This commit is contained in:
Gary Gregory 2022-03-04 10:01:32 -05:00
parent 02f3bee7bc
commit aff1ad8ee5
1 changed files with 1 additions and 1 deletions

View File

@ -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>