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]