Re: [mojo-dev] System property plugin

2009-05-26 Thread Mark Hobson
2009/5/25 : > System (as in OS) properties are available as normal variables, with a > prefix ENV, so for example this expression: > ${ENV.HOME} would resolve the $HOME variable. Sure, but this is to set Java system properties as part of the build process. Mark -

Re: [mojo-dev] System property plugin

2009-05-25 Thread david
On Mon, 18 May 2009, Mark Hobson wrote: Hi there, I have a need to set a system property as part of a build without using CLI options. AFAIK there is no way to do this natively within the POM, so I'm proposing a new goal and/or plugin. I can either add this to the sandbox as a new plugin (sys

Re: [mojo-dev] System property plugin

2009-05-20 Thread Mark Hobson
Thanks, I've added a properties:set-system-properties goal: http://jira.codehaus.org/browse/MOJO-1369 Committed to trunk and deployed a new 1.0-alpha-2-SNAPSHOT. Cheers, Mark 2009/5/19 Dan Tran : > +1 for properties-maven-plugin > > On Tue, May 19, 2009 at 11:14 AM, Paul Gier wrote: >> I woul

Re: [mojo-dev] System property plugin

2009-05-19 Thread Dan Tran
+1 for properties-maven-plugin On Tue, May 19, 2009 at 11:14 AM, Paul Gier wrote: > I would say add it to either the properties-maven-plugin or > buildhelper-maven-plugin.  Since it seems like a simple task to have a full > plugin.  But either way is probably fine. > > Mark Hobson wrote: >> >> Hi

Re: [mojo-dev] System property plugin

2009-05-19 Thread Paul Gier
I would say add it to either the properties-maven-plugin or buildhelper-maven-plugin. Since it seems like a simple task to have a full plugin. But either way is probably fine. Mark Hobson wrote: Hi there, I have a need to set a system property as part of a build without using CLI options.

[mojo-dev] System property plugin

2009-05-18 Thread Mark Hobson
Hi there, I have a need to set a system property as part of a build without using CLI options. AFAIK there is no way to do this natively within the POM, so I'm proposing a new goal and/or plugin. I can either add this to the sandbox as a new plugin (sysprop-maven-plugin?) or add it as another go