Repository: jclouds Updated Branches: refs/heads/change-checkstyle [created] 52ade04fb
test Project: http://git-wip-us.apache.org/repos/asf/jclouds/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds/commit/52ade04f Tree: http://git-wip-us.apache.org/repos/asf/jclouds/tree/52ade04f Diff: http://git-wip-us.apache.org/repos/asf/jclouds/diff/52ade04f Branch: refs/heads/change-checkstyle Commit: 52ade04fbef5bd6570ee411911e924a6ce4652d1 Parents: 8f64133 Author: Andrew Phillips <[email protected]> Authored: Mon Oct 6 23:00:11 2014 -0400 Committer: Andrew Phillips <[email protected]> Committed: Mon Oct 6 23:00:11 2014 -0400 ---------------------------------------------------------------------- project/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds/blob/52ade04f/project/pom.xml ---------------------------------------------------------------------- diff --git a/project/pom.xml b/project/pom.xml index 6a8d82e..52aa45b 100644 --- a/project/pom.xml +++ b/project/pom.xml @@ -711,7 +711,8 @@ <!-- configuration and dependencies set via profiles --> <executions> <execution> - <id>checkstyle</id> + <id>default</id> + <!-- move default, which usually binds to the verify phase, to validate --> <phase>validate</phase> <goals> <goal>check</goal>
