> Does anyone have any recommendations on how to go about this? Looking at > the source to maven-eclipse-plugin, it would seem that if the plugin allowed > additional AbstractEclipseResourceWriters to be registered via plugin > configuration, both of my problems above would be solved. This might lead > to other problems though.
I've written my first maven plugin for this as well. Right now I've put all the plugin invocations together in a script that every developer has to run when he/she wants to update the eclipse config. Not very elegant but does the job, especially since maven is new for nearly all of our developers. +1 for the additional AbstractEclipseResourceWriters idea as this would solve many of my problems as well. -dirk -- A: Maybe because some people are too annoyed by top-posting. Q: Why do I not get an answer to my question(s)? A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
