Repository: incubator-apex-core Updated Branches: refs/heads/devel-3 71ebf1724 -> a198a622f
let the checkstyle run during the default verify phase Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/commit/eb46bfec Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/eb46bfec Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/eb46bfec Branch: refs/heads/devel-3 Commit: eb46bfece818db24f474fef489586f57796d887d Parents: b3863b2 Author: Chetan Narsude <[email protected]> Authored: Tue Nov 10 00:07:38 2015 -0800 Committer: Chetan Narsude <[email protected]> Committed: Tue Nov 10 00:10:22 2015 -0800 ---------------------------------------------------------------------- pom.xml | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/eb46bfec/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 89abc04..71d4683 100644 --- a/pom.xml +++ b/pom.xml @@ -311,7 +311,6 @@ <executions> <execution> <id>checkstyle</id> - <phase>validate</phase> <goals> <goal>check</goal> </goals>
