Re: Execution control for self developed maven plugins

2011-11-15 Thread Stephen Connolly
execute the process-resources phase... but beware if you are binding your plugin to the lifecycle you would be better giving the default phase as process-resources rather than forking a lifecycle with @execute On 15 November 2011 10:28, Jan Bernhardt wrote: > ** ** > > Hi, > > ** ** > > how

Execution control for self developed maven plugins

2011-11-15 Thread Jan Bernhardt
Hi, how can I ensure that resource filtering took place before my maven plugin is executed? Background: I wrote my own maven plugin. I used spring to wire my components together and set specific configuration parameters. Now I would like to use maven properties in my spring-config.xml. I put m