diff --git a/parents/checkstyle/pom.xml b/build/checkstyle/pom.xml similarity index 96% rename from parents/checkstyle/pom.xml rename to build/checkstyle/pom.xml index 3e4a28b9802..5984802398c 100644 --- a/parents/checkstyle/pom.xml +++ b/build/checkstyle/pom.xml @@ -11,7 +11,7 @@ 4.0.0 Apache CloudStack Checkstyle Configuration - checkstyle + build-checkstyle org.apache.cloudstack cloud-maven-standard diff --git a/parents/checkstyle/src/main/resources/tooling/checkstyle.xml b/build/checkstyle/src/main/resources/tooling/checkstyle.xml similarity index 91% rename from parents/checkstyle/src/main/resources/tooling/checkstyle.xml rename to build/checkstyle/src/main/resources/tooling/checkstyle.xml index 289ad6778e8..9b6502949d1 100644 --- a/parents/checkstyle/src/main/resources/tooling/checkstyle.xml +++ b/build/checkstyle/src/main/resources/tooling/checkstyle.xml @@ -28,11 +28,14 @@ - + + + + diff --git a/plugins/network-elements/nicira-nvp/pom.xml b/plugins/network-elements/nicira-nvp/pom.xml index 1315e9ba841..3bc8d141093 100644 --- a/plugins/network-elements/nicira-nvp/pom.xml +++ b/plugins/network-elements/nicira-nvp/pom.xml @@ -26,7 +26,7 @@ 4.4.0-SNAPSHOT ../../pom.xml - + diff --git a/pom.xml b/pom.xml index 3ddaeb03d3c..d256b97cc19 100644 --- a/pom.xml +++ b/pom.xml @@ -175,7 +175,7 @@ services maven-standard quickcloud - parents/checkstyle + build/checkstyle @@ -445,15 +445,13 @@ ${basedir}/${cs.target.dir}/classes ${basedir}/${cs.target.dir}/test-classes - @@ -753,6 +750,20 @@ +