Re: maven plugin configuration and binding execution to a phase/goal

2012-01-18 Thread C Potter
Hi Manfred, I've already posted my Android related questions on the Android Dev forum yesterday that motivated the need for this. These question here remain outstanding and all pertain solely to Maven... can someone please answer these... (1) Configuration parameters - just using aVal did not

Re: maven plugin configuration and binding execution to a phase/goal

2012-01-18 Thread Stephen Connolly
On 18 January 2012 13:32, C Potter cabin.pot...@gmail.com wrote: Hi Manfred, I've already posted my Android related questions on the Android Dev forum yesterday that motivated the need for this. These question here remain outstanding and all pertain solely to Maven...  can someone please

maven plugin configuration and binding execution to a phase/goal

2012-01-17 Thread Jeff Trent
I am stuck on two things while writing a plugin: (1) configuration, and (2) binding to the right goal/phase automatically.  I am using Maven 3.0.3, and trying to use the plugin for APK (android) packaged modules. (1) configuration. /** * @phase compile * @goal myGoal *

Re: maven plugin configuration and binding execution to a phase/goal

2012-01-17 Thread Manfred Moser
On 12-01-17 07:24 PM, Jeff Trent wrote: I am stuck on two things while writing a plugin: (1) configuration, and (2) binding to the right goal/phase automatically. I am using Maven 3.0.3, and trying to use the plugin for APK (android) packaged modules. (1) configuration. /** * @phase compile