You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Magne Nordtveit (JIRA)" <ji...@codehaus.org> on 2008/07/29 08:42:27 UTC

[jira] Issue Comment Edited: (MNG-3688) Not activating profiles correctly

    [ http://jira.codehaus.org/browse/MNG-3688?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=143432#action_143432 ] 

magne.n edited comment on MNG-3688 at 7/29/08 1:42 AM:
---------------------------------------------------------------

I have tested the issue against a build of the NB61FCS branch (Built 2008-07-29T08:15:99 ). Issue exists there aswell.

      was (Author: magne.n):
    I have tested the issue against a build of the NB61FCS branch. Issue exists there aswell.
  
> Not activating profiles correctly
> ---------------------------------
>
>                 Key: MNG-3688
>                 URL: http://jira.codehaus.org/browse/MNG-3688
>             Project: Maven 2
>          Issue Type: Bug
>          Components: Embedding, IDEs
>    Affects Versions: 2.1
>            Reporter: Magne Nordtveit
>         Attachments: profilereprod.tar.gz
>
>
> Mevenide doesn't properly load profiles based on <activation/>. More correctly, it doesn't properly not activate a profile when
> <activation>
>     <file>
>         <missing>some.file</missing>
>     </file>
> </activation>
> is specified. The profile is activated regardless when running from netbeans.
> maven 2.0.9 console:
> Activated Profiles:
>     test-active
> maven 2.1-SNAPSHOT console:
> Activated Profiles:
>     test-active
> mevenide 3.1.3 (NB61FCS branch):
> Activated Profiles
>     test-active
>     test-not-active
> test-not-active should only be activated when pom.xml is missing.
> Test project attached.

-- 
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