Hi,
I was wondering wether anyone knows of an existing plugin similar to the antrun plugin which allows me to execute one or more ant tasks, but also allows me to add some additional locations to the compilation path. I have several projects I want to migrate to m2 which use ant tasks for code generation, so the antrun plugin works fine for performing the actual code generation, but I need to make sure the generated code gets compiled. I realize I could write my own mojo that does the code generation without using ant, but in most cases the number of ant tasks that gets executed is quite small and easy to manage so I don't see much benefit in writing my own mojo's. Rob
