Repository: jclouds Updated Branches: refs/heads/change-checkstyle 5d849888c -> 303c2ee49 (forced update)
Moving the invocation of checkstyle:check from 'validate' to 'verify' Also removing the *additional* invocation of checkstyle:check, which was unnecessary and caused builds to break into the bargain. Project: http://git-wip-us.apache.org/repos/asf/jclouds/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds/commit/303c2ee4 Tree: http://git-wip-us.apache.org/repos/asf/jclouds/tree/303c2ee4 Diff: http://git-wip-us.apache.org/repos/asf/jclouds/diff/303c2ee4 Branch: refs/heads/change-checkstyle Commit: 303c2ee494f53c345d51d36494ff884f9e6d017e Parents: 8f64133 Author: Andrew Phillips <[email protected]> Authored: Mon Oct 6 23:00:11 2014 -0400 Committer: Andrew Phillips <[email protected]> Committed: Tue Oct 7 00:03:25 2014 -0400 ---------------------------------------------------------------------- project/pom.xml | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds/blob/303c2ee4/project/pom.xml ---------------------------------------------------------------------- diff --git a/project/pom.xml b/project/pom.xml index 6a8d82e..933bb51 100644 --- a/project/pom.xml +++ b/project/pom.xml @@ -711,8 +711,8 @@ <!-- configuration and dependencies set via profiles --> <executions> <execution> - <id>checkstyle</id> - <phase>validate</phase> + <id>default</id> + <phase>verify</phase> <goals> <goal>check</goal> </goals> @@ -1081,14 +1081,6 @@ <failsOnError>true</failsOnError> <violationSeverity>warning</violationSeverity> </configuration> - <executions> - <execution> - <phase>validate</phase> - <goals> - <goal>check</goal> - </goals> - </execution> - </executions> </plugin> <plugin> <groupId>org.gaul</groupId> @@ -1131,14 +1123,6 @@ <failsOnError>true</failsOnError> <violationSeverity>warning</violationSeverity> </configuration> - <executions> - <execution> - <phase>validate</phase> - <goals> - <goal>check</goal> - </goals> - </execution> - </executions> </plugin> <plugin> <groupId>org.gaul</groupId>
