Skip to content

Commit

Permalink
Don't install by default
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbASF committed Oct 24, 2023
1 parent bb6bd87 commit 3a0b738
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 @@ -268,7 +268,7 @@

<build>
<!-- clean before javadoc:javadoc somehow help javadoc not blow up. -->
<defaultGoal>clean install apache-rat:check japicmp:cmp checkstyle:check spotbugs:check pmd:check pmd:cpd-check clean javadoc:javadoc</defaultGoal>
<defaultGoal>clean verify apache-rat:check japicmp:cmp checkstyle:check spotbugs:check pmd:check pmd:cpd-check clean javadoc:javadoc</defaultGoal>
<pluginManagement>
<plugins>
<plugin>
Expand Down

0 comments on commit 3a0b738

Please sign in to comment.