I would like to automatically exclude the target folder from all the
validators in Eclipse.
Basically, I would do something like (I'm making the method names up):
for (Validator v : getAllValidators()) {
if (v.isCustomizable() && !hasMavenExcludeGroup(v)) {
addMavenExcludeGroup(v)
}
}
a Maven Exclude Group would have 2 rules : nature=Maven, Folder=target
Does it make sense? Anyone has any pointers on how to do that?
I believe Snjezana worked on the "exclude validation" menu item we've added
in JBoss Tools.
she might know or the code at
common/plugins/org.jboss.tools.common.verification.ui/src/org/jboss/tools/common/verification/ui/actions/ExcludeResourceHandler.java
might give a hint.
Also, what would be the best way to apply such thing? On plugin
start? Clicking on a button in the Maven preferences? both?
I would say on Maven nature/facet enablement/installation time ?
/max
http://about.me/maxandersen