OS name activation does not work for Mac OS X
---------------------------------------------

                 Key: MNG-2523
                 URL: http://jira.codehaus.org/browse/MNG-2523
             Project: Maven 2
          Issue Type: Bug
            Reporter: Jason van Zyl


Using something like:

  <profiles>
    <profile>
      <id>macosx</id>
      <activation>
        <os>
          <name>mac os x</name>
        </os>
      </activation>
      <properties>
        <osName>Mac OS X</osName>
      </properties>
    </profile>
 </profiles>

Does not work on Mac OS X. The profile is never activated.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to