maven 2 - How can I configure additional eclipse settings with m2eclipse? -
with maven eclipse plugin, can configure checkstyle or sonar configurations adding necessary invocations pom.xml , calling "mvn eclipse:eclipse" create project configuration.
some members of team want use "import maven project" , therefore don't benefits of project preconfigurations. there way provide same (or similiar) hints m2eclipse?
what want accomplish people "import maven project", , automatically project preconfigured correct checkstyle configuration (which possibly downloaded somewhere defined in pom) without having manually go project preferences , click around lot. somehow defeats purpose of automatic project generation :-)
there more detailed answers topic in can configure m2eclipse through pom.xml?: automatic configuration can achieved projectconfigurator. there solution based on antrun , xmltask findbugs , sonar. needs manual triggering once after checkout.
Comments
Post a Comment