You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2017/05/17 15:04:24 UTC

[40/50] [lang] pom.xml: add goals executed on travis as defaultGoal to make it easy to run the same checks locally

pom.xml: add goals executed on travis as defaultGoal to make it easy to run the same checks locally


Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/340f5f70
Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/340f5f70
Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/340f5f70

Branch: refs/heads/release
Commit: 340f5f70e970a85c760416569ad877bf7209b6b6
Parents: 1375e93
Author: pascalschumacher <pa...@gmx.net>
Authored: Thu May 4 21:27:40 2017 +0200
Committer: pascalschumacher <pa...@gmx.net>
Committed: Thu May 4 21:27:40 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/340f5f70/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 481840f..6346074 100644
--- a/pom.xml
+++ b/pom.xml
@@ -603,6 +603,7 @@
 
 
   <build>
+   <defaultGoal>clean test apache-rat:check clirr:check checkstyle:check findbugs:check javadoc:javadoc</defaultGoal>
    <pluginManagement>
       <plugins>
         <plugin>