Re: Need help with executions, goals, etc.

2006-03-21 Thread Simon Kitching
On Mon, 2006-03-20 at 09:44 -0600, Wayne Fay wrote: Just a tiny comment... An execution is always an additional binding to the lifecycle, so it doubles up when it is already bound through the presets for the packaging. The only way to configure the presets is through the

Re: Need help with executions, goals, etc.

2006-03-20 Thread Wayne Fay
Just a tiny comment... An execution is always an additional binding to the lifecycle, so it doubles up when it is already bound through the presets for the packaging. The only way to configure the presets is through the configuration element in the plugin node itself (outside of

Need help with executions, goals, etc.

2006-03-19 Thread Howard Lewis Ship
OK, I'm getting very twisted up on configuration. I want to compile my production code for JDK 1.3, and my test code for JDK 1.5. As I understand it, the following should do that: plugin groupIdorg.apache.maven.plugins/groupId

Re: Need help with executions, goals, etc.

2006-03-19 Thread Howard Lewis Ship
OK, moving the plugin element from the parent POM to the module POM fixes things; it works as expected. So my question is: How can I set this behavior in the parent POM? On 3/19/06, Howard Lewis Ship [EMAIL PROTECTED] wrote: OK, I'm getting very twisted up on configuration. I want to compile

Re: Need help with executions, goals, etc.

2006-03-19 Thread Brett Porter
Hi Howard, I answered this question for you here: http://mail-archives.apache.org/mod_mbox/maven-users/200511.mbox/[EMAIL PROTECTED] I filed: http://jira.codehaus.org/browse/MCOMPILER-15 as a result. You might like to watch/vote for it. It should be something we are able to support properly,

Re: Need help with executions, goals, etc.

2006-03-19 Thread Howard Lewis Ship
I On 3/19/06, Brett Porter [EMAIL PROTECTED] wrote: Hi Howard, I answered this question for you here: http://mail-archives.apache.org/mod_mbox/maven-users/200511.mbox/[EMAIL PROTECTED] configuration skiptrue/skip source1.3/source target1.3/target /configuration executions execution

Re: Need help with executions, goals, etc.

2006-03-19 Thread Brett Porter
On 3/20/06, Howard Lewis Ship [EMAIL PROTECTED] wrote: Does skiptrue/skip mean skip the normal mojo? I can't quite track why one skip is false, the other true. It's a gross hack to work around it. The test mojo takes a skip parameter to honour -Dmaven.test.skip=true. So, in this definition,

Re: Need help with executions, goals, etc.

2006-03-19 Thread Howard Lewis Ship
When you get a chance, you can pull the latest HiveMind source from SVN and build and experiment. On 3/19/06, Brett Porter [EMAIL PROTECTED] wrote: On 3/20/06, Howard Lewis Ship [EMAIL PROTECTED] wrote: Does skiptrue/skip mean skip the normal mojo? I can't quite track why one skip is false,