Repository: commons-release-plugin
Updated Branches:
  refs/heads/master 47c95f1f4 -> ed97df804


add defaultGoal for travis to pom.xml


Project: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/commons-release-plugin/commit/ed97df80
Tree: 
http://git-wip-us.apache.org/repos/asf/commons-release-plugin/tree/ed97df80
Diff: 
http://git-wip-us.apache.org/repos/asf/commons-release-plugin/diff/ed97df80

Branch: refs/heads/master
Commit: ed97df8048a9682bdbadad8e91aa058ec9ec1658
Parents: 47c95f1
Author: Rob Tompkins <chtom...@gmail.com>
Authored: Tue Jan 9 10:31:27 2018 -0500
Committer: Rob Tompkins <chtom...@gmail.com>
Committed: Tue Jan 9 10:31:27 2018 -0500

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


http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/ed97df80/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4db7458..e4bc652 100644
--- a/pom.xml
+++ b/pom.xml
@@ -165,6 +165,7 @@
     </dependencies>
 
     <build>
+        <defaultGoal>clean verify apache-rat:check clirr:check 
checkstyle:check findbugs:check javadoc:javadoc</defaultGoal>
         <resources>
             <resource>
                 <directory>src/main/resources</directory>

Reply via email to