Fixing rat phase
Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/34031960 Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/34031960 Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/34031960 Branch: refs/heads/master Commit: 3403196056fdb00a7d79a74d11814cd0e3bc1dc1 Parents: 699a409 Author: Kyle Nusbaum <[email protected]> Authored: Tue Jan 12 16:19:47 2016 -0600 Committer: Kyle Nusbaum <[email protected]> Committed: Tue Jan 12 16:19:47 2016 -0600 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/storm/blob/34031960/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index a1e6d4a..da353cc 100644 --- a/pom.xml +++ b/pom.xml @@ -292,7 +292,7 @@ <version>0.11</version> <executions> <execution> - <phase>verify</phase> + <phase>test</phase> <goals> <goal>check</goal> </goals>
