Re: plugin.jelly variables not available in postGoal

2003-09-01 Thread dion
Does ${pom.getPluginContext('maven-war-plugin').getVariable('XXX')} help? -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ khote [EMAIL PROTECTED] wrote on 30/08/2003 10:25:26 AM: I'm playing around with a postGoal for webapp ... postGoal

Re: plugin.jelly variables not available in postGoal

2003-09-01 Thread khote
, perhaps I'd have to write a plugin to do all that for me: maven-loadUninvokedPluginProperties-plugin or some such. - Original Message - From: [EMAIL PROTECTED] To: Maven Users List [EMAIL PROTECTED] Sent: Sunday, August 31, 2003 9:53 PM Subject: Re: plugin.jelly variables not available

RE: plugin.jelly variables not available in postGoal

2003-09-01 Thread Brett Porter
- From: khote [mailto:[EMAIL PROTECTED] Sent: Monday, 1 September 2003 3:43 PM To: Maven Users List Subject: Re: plugin.jelly variables not available in postGoal I can use ${pom.getPluginContext('maven-WHATEVER-plugin').getVariable('X XX')} only if that WHATEVER plugin was invoked

Re: plugin.jelly variables not available in postGoal

2003-09-01 Thread dion
-loadUninvokedPluginProperties-plugin or some such. - Original Message - From: [EMAIL PROTECTED] To: Maven Users List [EMAIL PROTECTED] Sent: Sunday, August 31, 2003 9:53 PM Subject: Re: plugin.jelly variables not available in postGoal Does ${pom.getPluginContext('maven-war-plugin

Re: plugin.jelly variables not available in postGoal

2003-09-01 Thread Gilles Dodinet
on the content). Eg. War:load does nothing but bring the plugin into action. This is likely to change in the future. - Brett -Original Message- From: khote [mailto:[EMAIL PROTECTED] Sent: Monday, 1 September 2003 3:43 PM To: Maven Users List Subject: Re: plugin.jelly variables not available