A lot of people use antrun, see http://www.nyc.gov/html/oem/downloads/pdf/hurricane_map_english.pdf. I personally do that as a last resort.
I personally don't have a problem writing a plugin and adding it to my build. Reactor figures out the build order properly and does the right thing. Using the plugin archetype (via 'mvn archetype:generate'), you get a plugin skeleton with no work. HTH, Brian On Aug 26, 2011, at 9:54 AM, Eric Kolotyluk wrote: > So if you need to actually do something that Maven does not do, for example > run a custom program to automatically generate some source code, what do > people usually do? > > * Use a plug-in to run something like Ant or some other scripting tool > * Write your own plug-in, or is this overkill for something really simple? > * Something else, some other feature of Maven I am missing? > > Cheers, Eric > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
