Good day to you, Graham,

You can take a look at [1].

Cheers,
Franz

[1] http://docs.codehaus.org/display/MAVENUSER/Profiles

On 2/2/07, Graham Leggett <[EMAIL PROTECTED]> wrote:
Hi all,

According to the docs for configuring profiles at
http://maven.apache.org/settings.html#Profiles, it is apparently possible
to activate a profile based on OS parameters.

The example given activates when Windows is present:

        <os>
          <name>Windows XP</name>
          <family>Windows</family>
          <arch>x86</arch>
          <version>5.1.2600</version>
        </os>

I cannot find a definitive list anywhere obvious of possible OS values
that you can detect on, is there some way of finding out these values for
Linux, Solaris and Macosx?

Regards,
Graham
--



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to