diff --git a/client/pom.xml b/client/pom.xml index f59e1a059d3..03a141d810a 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -571,6 +571,17 @@ + + org.apache.maven.plugins + maven-checkstyle-plugin + + + cloudstack-checkstyle + none + false + + + diff --git a/engine/pom.xml b/engine/pom.xml index f95007cae83..5f1b95b9116 100644 --- a/engine/pom.xml +++ b/engine/pom.xml @@ -29,6 +29,19 @@ install + + + org.apache.maven.plugins + maven-checkstyle-plugin + + + cloudstack-checkstyle + none + false + + + + api diff --git a/framework/pom.xml b/framework/pom.xml index 505c49e99c4..a1f4321e98f 100644 --- a/framework/pom.xml +++ b/framework/pom.xml @@ -28,6 +28,19 @@ install + + + org.apache.maven.plugins + maven-checkstyle-plugin + + + cloudstack-checkstyle + none + false + + + + ipc diff --git a/plugins/pom.xml b/plugins/pom.xml index b1bafee1524..a9cf6179634 100755 --- a/plugins/pom.xml +++ b/plugins/pom.xml @@ -22,6 +22,19 @@ install + + + org.apache.maven.plugins + maven-checkstyle-plugin + + + cloudstack-checkstyle + none + false + + + + api/rate-limit diff --git a/services/pom.xml b/services/pom.xml index 0e61a615527..def30271f9b 100644 --- a/services/pom.xml +++ b/services/pom.xml @@ -29,6 +29,19 @@ install + + + org.apache.maven.plugins + maven-checkstyle-plugin + + + cloudstack-checkstyle + none + false + + + + console-proxy