add maven default goal (verify, rat, clirr, checkstyle, javadoc) and run it on travis
Project: http://git-wip-us.apache.org/repos/asf/commons-io/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-io/commit/5f2c1091 Tree: http://git-wip-us.apache.org/repos/asf/commons-io/tree/5f2c1091 Diff: http://git-wip-us.apache.org/repos/asf/commons-io/diff/5f2c1091 Branch: refs/heads/release Commit: 5f2c10915331564afcdd97b338f87b1dd96d52e4 Parents: 863808f Author: pascalschumacher <pascalschumac...@gmx.net> Authored: Sun Oct 1 14:08:14 2017 +0200 Committer: pascalschumacher <pascalschumac...@gmx.net> Committed: Sun Oct 1 14:08:14 2017 +0200 ---------------------------------------------------------------------- .travis.yml | 2 +- pom.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-io/blob/5f2c1091/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 2a591a6..be7c71f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,7 +21,7 @@ jdk: - oraclejdk8 script: - - mvn test apache-rat:check clirr:check checkstyle:check javadoc:javadoc + - mvn after_success: - mvn clean cobertura:cobertura coveralls:report http://git-wip-us.apache.org/repos/asf/commons-io/blob/5f2c1091/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 7a7766d..0c1db03 100644 --- a/pom.xml +++ b/pom.xml @@ -266,6 +266,7 @@ file comparators, endian transformation classes, and much more. </properties> <build> + <defaultGoal>clean verify apache-rat:check clirr:check checkstyle:check javadoc:javadoc</defaultGoal> <pluginManagement> <plugins> <plugin>