Re: Maven Codestyle as Checkstyle definition

2012-07-17 Thread Manfred Moser
Update: I implemented that now however I had to pull in the maven checks file into the plugin code base and use the local copy since I was unable to figure out how to override license check to use a different license file than the one in the checkstyle plugin. It does not seem to pick up the LICEN

Re: Maven Codestyle as Checkstyle definition

2012-05-28 Thread Manfred Moser
Awesome Herve. Good to know. manfred On Mon, May 28, 2012 11:52 am, Hervé BOUTEMY wrote: > just use config/maven_checks.xml, which > will use > config embedded in maven-checkstyle-plugin > > see Maven parent pom, for example [1] > of configLocation documentation [2] > > Regards, > > Hervé > > [1]

Re: Maven Codestyle as Checkstyle definition

2012-05-28 Thread Hervé BOUTEMY
just use config/maven_checks.xml, which will use config embedded in maven-checkstyle-plugin see Maven parent pom, for example [1] of configLocation documentation [2] Regards, Hervé [1] http://svn.apache.org/viewvc/maven/pom/tags/maven- parent-21/pom.xml?view=markup [2] http://maven.apache.or

Maven Codestyle as Checkstyle definition

2012-05-28 Thread Manfred Moser
Hi! The Android Maven Plugin is currently considering implementing a code style and we are probably going to use the Maven codestyle from here http://maven.apache.org/developers/conventions/code.html We are planning to enforce the style as part of the build and are therefore wondering if a check