|
I also vote for this ticket. Currently i've big problem because my project use maven filtering in web.xml and other webapp files. That files aren't included in java build path and i can't use publish features from WTP. Lukasz, actually you can. Go to project properties / builders / add / maven builder Eugine, I'd be interested in hearing the reasons why this should not be included in the m2eclipse plugin? I'm currently using the maven builder approach as a workaround, but I find this to be very clunky as it is triggered every file save, and have yet to find a better approach. Thanks, It been a while since I said that and since then we found some solutions for this. Though when resource filtering is enables, the chances are that build still be kicked when any file from resource folder is changed (as well as when some other files are changed). Ah excellent, I'm anxious to hear what ideas you've found on this. I'm also watching the maven-eclipse-plugin (http://jira.codehaus.org/browse/MECLIPSE-165 Thanks for the quick reply. Not sure if this is related, or that I should perhaps create a new defect. But I've also noticed, with multi-module projects, maven-resources-plugin processes the resources and outputs them to the nested module's ./target/classes. However for eclipse to see this on it's classpath, these filtered resources must exist on the main ./target/classes where it's build output is. For now, i'm able to work around this by providing this configuration in the root / super-pom: <configuration> Let me know what you think, thanks, (In reply to comment #7) This feature been available since 0.9.0 build and since 0.9.1 build you can enable it from Maven page in project preferences dialog. |
|||||||||||||||||||||||||||||||||||||||||
You can still add maven builder for this project. There are several reasons to not add it automatically.