Repository: commons-lang Updated Branches: refs/heads/master 1375e931d -> 340f5f70e
pom.xml: add goals executed on travis as defaultGoal to make it easy to run the same checks locally Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/340f5f70 Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/340f5f70 Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/340f5f70 Branch: refs/heads/master Commit: 340f5f70e970a85c760416569ad877bf7209b6b6 Parents: 1375e93 Author: pascalschumacher <pascalschumac...@gmx.net> Authored: Thu May 4 21:27:40 2017 +0200 Committer: pascalschumacher <pascalschumac...@gmx.net> Committed: Thu May 4 21:27:40 2017 +0200 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-lang/blob/340f5f70/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 481840f..6346074 100644 --- a/pom.xml +++ b/pom.xml @@ -603,6 +603,7 @@ <build> + <defaultGoal>clean test apache-rat:check clirr:check checkstyle:check findbugs:check javadoc:javadoc</defaultGoal> <pluginManagement> <plugins> <plugin>