Repository: commons-csv
Updated Branches:
  refs/heads/master fb03b6515 -> bbf3ebe4b


Add default maven default goal (clean, test, clirr, rat and javadoc) and run it 
on travis.


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

Branch: refs/heads/master
Commit: bbf3ebe4bd5fca36bc8dc5bd151013876df76d5d
Parents: fb03b65
Author: pascalschumacher <pascalschumac...@gmx.net>
Authored: Tue Aug 1 20:41:47 2017 +0200
Committer: pascalschumacher <pascalschumac...@gmx.net>
Committed: Tue Aug 1 20:41:47 2017 +0200

----------------------------------------------------------------------
 .travis.yml | 3 +++
 pom.xml     | 1 +
 2 files changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-csv/blob/bbf3ebe4/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index ddfbeef..a697e28 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,6 +16,9 @@
 language: java
 sudo: false
 
+script:
+  - mvn
+
 jdk:
   - openjdk7
   - oraclejdk8

http://git-wip-us.apache.org/repos/asf/commons-csv/blob/bbf3ebe4/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index eaa4bc1..2af9ee1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -149,6 +149,7 @@ CSV files of various types.
   </properties>
 
   <build>
+    <defaultGoal>clean verify apache-rat:check clirr:check 
javadoc:javadoc</defaultGoal>
     <pluginManagement>
       <plugins>
         <plugin>

Reply via email to