Repository: storm Updated Branches: refs/heads/1.x-branch 8b1b0c827 -> e8f71c249
Testing. Testing. Adding dumb file for the rat to find. Testing. Fix & Test. Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/15f44644 Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/15f44644 Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/15f44644 Branch: refs/heads/1.x-branch Commit: 15f446449193dde9dd06f58ac60362f2bb5610f8 Parents: 3db9680 Author: Kyle Nusbaum <[email protected]> Authored: Tue Jan 12 11:58:07 2016 -0600 Committer: Kyle Nusbaum <[email protected]> Committed: Tue Jan 12 14:43:45 2016 -0600 ---------------------------------------------------------------------- dev-tools/travis/travis-script.sh | 2 +- pom.xml | 6 ------ some_stupid_non-apache_file.dumb | 0 3 files changed, 1 insertion(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/storm/blob/15f44644/dev-tools/travis/travis-script.sh ---------------------------------------------------------------------- diff --git a/dev-tools/travis/travis-script.sh b/dev-tools/travis/travis-script.sh index ac09f5b..811cca5 100755 --- a/dev-tools/travis/travis-script.sh +++ b/dev-tools/travis/travis-script.sh @@ -25,7 +25,7 @@ cd ${STORM_SRC_ROOT_DIR} # We should be concerned that Travis CI could be very slow because it uses VM export STORM_TEST_TIMEOUT_MS=150000 -mvn --batch-mode test -fae -Pnative,all-tests -pl $2 +mvn --batch-mode apache-rat:check test -fae -Pnative,all-tests -pl $2 BUILD_RET_VAL=$? for dir in `find . -type d -and -wholename \*/target/\*-reports`; http://git-wip-us.apache.org/repos/asf/storm/blob/15f44644/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index b9e0c74..df86369 100644 --- a/pom.xml +++ b/pom.xml @@ -903,12 +903,6 @@ <artifactId>apache-rat-plugin</artifactId> <version>0.11</version> <executions> - <execution> - <phase>verify</phase> - <goals> - <goal>check</goal> - </goals> - </execution> </executions> <configuration> <excludeSubProjects>false</excludeSubProjects> http://git-wip-us.apache.org/repos/asf/storm/blob/15f44644/some_stupid_non-apache_file.dumb ---------------------------------------------------------------------- diff --git a/some_stupid_non-apache_file.dumb b/some_stupid_non-apache_file.dumb new file mode 100644 index 0000000..e69de29
