You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streams.apache.org by sb...@apache.org on 2016/10/23 18:07:13 UTC

[2/2] incubator-streams git commit: run check before tests or site

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 <sb...@apache.org>
Authored: Sun Oct 23 13:05:11 2016 -0500
Committer: Steve Blackmon <sb...@apache.org>
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>