Run findbugs in the test-compile phase
Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/14c6d99e Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/14c6d99e Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/14c6d99e Branch: refs/heads/python-sdk Commit: 14c6d99e087b2e1606422821341136a5d5e8ec23 Parents: 9a329aa Author: Kenneth Knowles <[email protected]> Authored: Wed Aug 3 21:31:17 2016 -0700 Committer: Kenneth Knowles <[email protected]> Committed: Wed Aug 3 21:31:17 2016 -0700 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/14c6d99e/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 23b7e4d..9e58ffe 100644 --- a/pom.xml +++ b/pom.xml @@ -1029,7 +1029,7 @@ <executions> <execution> - <phase>test</phase> + <phase>test-compile</phase> <goals> <goal>check</goal> </goals>
