Author: pascalschumacher
Date: Sun Oct 22 14:52:53 2017
New Revision: 1812924

URL: http://svn.apache.org/viewvc?rev=1812924&view=rev
Log:
add maven default goal (clean, verify, apache-rat, clirr, javadoc) and execute 
it on travis

Modified:
    commons/proper/codec/trunk/.travis.yml
    commons/proper/codec/trunk/pom.xml

Modified: commons/proper/codec/trunk/.travis.yml
URL: 
http://svn.apache.org/viewvc/commons/proper/codec/trunk/.travis.yml?rev=1812924&r1=1812923&r2=1812924&view=diff
==============================================================================
--- commons/proper/codec/trunk/.travis.yml (original)
+++ commons/proper/codec/trunk/.travis.yml Sun Oct 22 14:52:53 2017
@@ -21,5 +21,8 @@ jdk:
   - oraclejdk8
   - oraclejdk9
 
+script:
+  - mvn
+
 after_success:
   - mvn clean cobertura:cobertura coveralls:report -Ptravis-cobertura

Modified: commons/proper/codec/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/codec/trunk/pom.xml?rev=1812924&r1=1812923&r2=1812924&view=diff
==============================================================================
--- commons/proper/codec/trunk/pom.xml (original)
+++ commons/proper/codec/trunk/pom.xml Sun Oct 22 14:52:53 2017
@@ -242,6 +242,7 @@ limitations under the License.
     <commons.jacoco.version>0.7.9</commons.jacoco.version>
   </properties>
   <build>
+    <defaultGoal>clean verify apache-rat:check clirr:check 
javadoc:javadoc</defaultGoal>
     <pluginManagement>
       <plugins>
         <plugin>


Reply via email to