You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Carl-Erik Kopseng <ca...@gmail.com> on 2012/04/24 13:42:07 UTC

Re: Profile activation for mac and linux

I know this is an old thread, but for the lurkers of the internets, I might
post a possible answer. In stead of using "family" as the identifier, one
could use "name" - either in stead of or in addition to "family".

The following should thus be an unambigious activation

<activation> 
                <os> 
                    <family>unix</family> 
                    <name>Linux</name>
                </os> 
</activation> 

You can get the os name by running "mvn help:system |grep os.name"

--
View this message in context: http://maven.40175.n5.nabble.com/Profile-activation-for-mac-and-linux-tp3263043p5661715.html
Sent from the Maven - Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org