Skip to content

Commit aad6583

Browse files
committed
Replace package with verify in the default goal.
1 parent abf2ba8 commit aad6583

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ file comparators, endian transformation classes, and much more.
355355

356356
<build>
357357
<!-- japicmp:cmp needs package to work from a jar -->
358-
<defaultGoal>clean package apache-rat:check japicmp:cmp checkstyle:check javadoc:javadoc</defaultGoal>
358+
<defaultGoal>clean verify apache-rat:check japicmp:cmp checkstyle:check javadoc:javadoc</defaultGoal>
359359
<pluginManagement>
360360
<plugins>
361361
<plugin>

0 commit comments

Comments
 (0)