Skip to content

Commit d48f72e

Browse files
committed
Move Checkstyle to the end of the default goal list
1 parent 34aa41d commit d48f72e

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
@@ -181,7 +181,7 @@
181181
</properties>
182182

183183
<build>
184-
<defaultGoal>clean verify apache-rat:check japicmp:cmp checkstyle:check spotbugs:check pmd:check pmd:cpd-check javadoc:javadoc</defaultGoal>
184+
<defaultGoal>clean verify apache-rat:check japicmp:cmp spotbugs:check pmd:check pmd:cpd-check javadoc:javadoc checkstyle:check</defaultGoal>
185185
<pluginManagement>
186186
<plugins>
187187
<plugin>

0 commit comments

Comments
 (0)