run check before tests or site
Project: http://git-wip-us.apache.org/repos/asf/incubator-streams/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-streams/commit/094ba0e3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-streams/tree/094ba0e3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-streams/diff/094ba0e3 Branch: refs/heads/master Commit: 094ba0e32176044e88b4ae7b2d5b2832056bb189 Parents: 8c745c3 Author: Steve Blackmon <[email protected]> Authored: Sun Oct 23 13:05:11 2016 -0500 Committer: Steve Blackmon <[email protected]> Committed: Sun Oct 23 13:05:11 2016 -0500 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/094ba0e3/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 0a42dad..4da52ed 100644 --- a/pom.xml +++ b/pom.xml @@ -263,7 +263,7 @@ <goals> <goal>check</goal> </goals> - <phase>verify</phase> + <phase>validate</phase> </execution> </executions> </plugin>
