Hello, I want to run some custom antrun action after execution of eclipse:eclipse goal. Currently I've managed this calling eclipse:eclipse and antrun activating some profile like: mvn -P eclipse generate-resources
But this is not standard way to generate eclipse project files. User would most time want to simple do: mvn eclipse:eclipse Is there any way to attache custom antrun plugin to eclipse:eclipse goal? Thanks. -- View this message in context: http://www.nabble.com/Running-generate-resources-with-eclipse%3Aeclipse-tp18126844p18126844.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
