You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by pa...@apache.org on 2017/09/16 08:50:04 UTC

[2/2] commons-collections git commit: pom.xml: add default goal (clean, verify, rat, clirr and javadoc)

pom.xml: add default goal (clean, verify, rat, clirr and javadoc)


Project: http://git-wip-us.apache.org/repos/asf/commons-collections/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-collections/commit/44985a12
Tree: http://git-wip-us.apache.org/repos/asf/commons-collections/tree/44985a12
Diff: http://git-wip-us.apache.org/repos/asf/commons-collections/diff/44985a12

Branch: refs/heads/master
Commit: 44985a1266edf1fb6ff391b23e6441c126e83b74
Parents: d2eeb64
Author: pascalschumacher <pa...@gmx.net>
Authored: Sat Sep 16 10:49:58 2017 +0200
Committer: pascalschumacher <pa...@gmx.net>
Committed: Sat Sep 16 10:49:58 2017 +0200

----------------------------------------------------------------------
 pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-collections/blob/44985a12/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 343fc2c..d98ad2d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -516,6 +516,7 @@
 
 
   <build>
+    <defaultGoal>clean verify apache-rat:check clirr:check javadoc:javadoc</defaultGoal>
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>