diff --git a/pom.xml b/pom.xml index c661d31da6e..85cfb899fd0 100644 --- a/pom.xml +++ b/pom.xml @@ -448,40 +448,47 @@ org.apache.maven.plugins maven-checkstyle-plugin + + + cloudstack-checkstyle + none + false + + - - org.apache.maven.plugins - maven-checkstyle-plugin + + org.apache.maven.plugins + maven-checkstyle-plugin ${cs.checkstyle.version} - - - org.apache.cloudstack - checkstyle - ${project.version} - - - - - - validate - - check - - - - - true - cloud-style.xml - true - true - ${project.basedir} - **\/*.java - **\/deps\/,**\/test\/,**\/target\/,**\/bin\/,**\/*.xml,**\/*.ini,**\/*.sh,**\/*.bat,**\/awsapi\/,**\/XenServerJava\/,**\/apidoc\/ - - + + + org.apache.cloudstack + checkstyle + ${project.version} + + + + + cloudstack-checkstyle + validate + + check + + + + + true + cloud-style.xml + true + true + ${project.basedir} + **\/*.java + **\/deps\/,**\/test\/,**\/target\/,**\/bin\/,**\/*.xml,**\/*.ini,**\/*.sh,**\/*.bat,**\/awsapi\/,**\/XenServerJava\/,**\/apidoc\/ + + maven-clean-plugin