You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/12/14 19:51:43 UTC

[commons-logging] 02/03: Add clean to Maven default goal.

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-logging.git

commit e3d913bc4c584897463354bae7cb7098ff554ca2
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Dec 14 14:51:17 2020 -0500

    Add clean to Maven default goal.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3b70b9b..8eb6771 100644
--- a/pom.xml
+++ b/pom.xml
@@ -178,7 +178,7 @@ under the License.
 
   <build>
     <!-- TODO spotbugs:check japicmp:cmp -->
-    <defaultGoal>apache-rat:check javadoc:javadoc package</defaultGoal>
+    <defaultGoal>clean apache-rat:check javadoc:javadoc package</defaultGoal>
     <plugins>
 
       <!--