e :)
>
> Kind regard,
>
> Minto van der Sluis
>
>
>
>
> -Oorspronkelijk bericht-
> Van: Haroon Rafique [mailto:[EMAIL PROTECTED]
> Verzonden: donderdag 9 november 2006 18:03
> Aan: Maven Users List
> Onderwerp: Re: Resource filtering using environmen
2006 18:03
Aan: Maven Users List
Onderwerp: Re: Resource filtering using environment variables
On Today at 11:20am, HR=>Haroon Rafique <[EMAIL PROTECTED]>
wrote:
HR> [..snip..]
HR>
Something like the following should work (not tested):
import org.codehaus.plexus.util.cli.Command
On Today at 11:20am, HR=>Haroon Rafique <[EMAIL PROTECTED]> wrote:
HR> [..snip..]
HR>
Something like the following should work (not tested):
import org.codehaus.plexus.util.cli.CommandLineUtils;
HR> filterProperties = new Properties();
HR>
HR> // System properties
HR>
On Today at 2:08am, GT=>Gareth Tilley <[EMAIL PROTECTED]> wrote:
GT>
GT> Hi All,
GT>
GT> Gunther Popp-2 wrote:
GT> - All (platform-specific) Environment variables (Just add the prefix
GT> env. For example ${env.M2_HOME} returns the Maven2 installation path).
GT>
GT> Has anyone actua