Fix ids in the awsapi and xapi poms so checkstyle is properly excluded
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/2a934644 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/2a934644 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/2a934644 Branch: refs/heads/rbac Commit: 2a93464431818593b009e27e9fe33e67268e76e9 Parents: 3a3d8f2 Author: Hugo Trippaers <htrippa...@schubergphilis.com> Authored: Wed Jan 15 13:05:50 2014 +0100 Committer: Hugo Trippaers <htrippa...@schubergphilis.com> Committed: Wed Jan 15 13:07:34 2014 +0100 ---------------------------------------------------------------------- awsapi/pom.xml | 1 + deps/XenServerJava/pom.xml | 1 + 2 files changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/2a934644/awsapi/pom.xml ---------------------------------------------------------------------- diff --git a/awsapi/pom.xml b/awsapi/pom.xml index cb0a88d..d9f5627 100644 --- a/awsapi/pom.xml +++ b/awsapi/pom.xml @@ -319,6 +319,7 @@ <artifactId>maven-checkstyle-plugin</artifactId> <executions> <execution> + <id>cloudstack-checkstyle</id> <phase>none</phase> </execution> </executions> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/2a934644/deps/XenServerJava/pom.xml ---------------------------------------------------------------------- diff --git a/deps/XenServerJava/pom.xml b/deps/XenServerJava/pom.xml index 9bba24b..84d9a97 100644 --- a/deps/XenServerJava/pom.xml +++ b/deps/XenServerJava/pom.xml @@ -42,6 +42,7 @@ <artifactId>maven-checkstyle-plugin</artifactId> <executions> <execution> + <id>cloudstack-checkstyle</id> <phase>none</phase> </execution> </executions>