[
http://jira.codehaus.org/browse/MNG-4614?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=216038#action_216038
]
Karsten Thoms commented on MNG-4614:
------------------------------------
Thanks Benjamin! Just for the records: Actually the mistake was that platform
arch was x86_64, which mvn -v showed. I had a typo in the profile activation
for x86_64. Surry for disturbing.
> Profile activation for arch does not work
> -----------------------------------------
>
> Key: MNG-4614
> URL: http://jira.codehaus.org/browse/MNG-4614
> Project: Maven 2 & 3
> Issue Type: Bug
> Components: Profiles
> Affects Versions: 3.0-alpha-7
> Reporter: Karsten Thoms
> Assignee: Benjamin Bentmann
> Attachments: MNG-4614.zip
>
>
> When adding <arch> a profile does not get activated. I have the following
> profile:
> <profile>
> <id>platform-macosx-cocoa-x86</id>
> <activation>
> <activeByDefault>false</activeByDefault>
> <os>
> <family>mac</family>
> <arch>x86</arch>
> </os>
> </activation>
> <properties>
> <osgi.os>macosx</osgi.os>
> <osgi.ws>cocoa</osgi.ws>
> <osgi.arch>x86</osgi.arch>
> </properties>
> </profile>
> Leaving <arch> out will activate the profile. Also tried with
> <arch>x86_64</arch> (but platform arch is x86).
--
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