On Mon, Apr 18, 2011 at 11:48 PM, Fernando Wermus <[email protected]> wrote: > Hi all, > I am trying to set up code styles, work space and so on, but it doesn't > work. Does anybody know if maven plug in eclipse is working for these kind > of set up? I am using eclipse helios
If you are talking about m2e, this isn't the correct mailing list. If you are talking about maven-eclipse-plugin then: * Coding Styles: http://maven.apache.org/plugins/maven-eclipse-plugin/examples/load-code-styles.html * Checkstyle: http://maven.apache.org/plugins/maven-eclipse-plugin/examples/configure-checkstyle.html I put all this guff into your parent project's pom in build/pluginManagement so you dont have to specify it per project. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
