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/10/25 07:05:57 UTC

[3/3] commons-pool git commit: add default maven goal (clean, verify, rat, clirr, javadoc) and run it on travis

add default maven goal (clean, verify, rat, clirr, javadoc) and run it on travis


Project: http://git-wip-us.apache.org/repos/asf/commons-pool/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-pool/commit/333d17d1
Tree: http://git-wip-us.apache.org/repos/asf/commons-pool/tree/333d17d1
Diff: http://git-wip-us.apache.org/repos/asf/commons-pool/diff/333d17d1

Branch: refs/heads/master
Commit: 333d17d19b5abf466e32a18bdb7fb737bb4e5ecc
Parents: f8063b5
Author: pascalschumacher <pa...@gmx.net>
Authored: Wed Oct 25 09:05:48 2017 +0200
Committer: pascalschumacher <pa...@gmx.net>
Committed: Wed Oct 25 09:05:48 2017 +0200

----------------------------------------------------------------------
 .travis.yml | 6 ++++--
 pom.xml     | 1 +
 2 files changed, 5 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-pool/blob/333d17d1/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 0495541..f934e89 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,6 +23,8 @@ jdk:
   - openjdk7
   - oraclejdk8
 
+script:
+  - mvn
+
 after_success:
-  - mvn clean cobertura:cobertura coveralls:report -Ptravis-cobertura
-  
\ No newline at end of file
+  - mvn clean cobertura:cobertura coveralls:report -Ptravis-cobertura
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/commons-pool/blob/333d17d1/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 639dfca..9dd1c8a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -170,6 +170,7 @@
   </properties> 
 
   <build>
+      <defaultGoal>clean verify apache-rat:check clirr:check javadoc:javadoc</defaultGoal>
       <plugins>
         <plugin>
           <groupId>org.apache.rat</groupId>