You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Robert Scholte (JIRA)" <ji...@apache.org> on 2015/12/25 12:49:51 UTC

[jira] [Closed] (MECLIPSE-737) -Declipse.useProjectReferences setting not overriding pom configuration value

     [ https://issues.apache.org/jira/browse/MECLIPSE-737?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Scholte closed MECLIPSE-737.
-----------------------------------
    Resolution: Won't Fix
      Assignee: Robert Scholte

The Apache Maven team has decided to retire the maven-eclipse-plugin, so this issue won't be fixed. 


> -Declipse.useProjectReferences setting not overriding pom configuration value
> -----------------------------------------------------------------------------
>
>                 Key: MECLIPSE-737
>                 URL: https://issues.apache.org/jira/browse/MECLIPSE-737
>             Project: Maven Eclipse Plugin (RETIRED)
>          Issue Type: Bug
>    Affects Versions: 2.8, 2.9
>            Reporter: Glen Mazza
>            Assignee: Robert Scholte
>            Priority: Minor
>
> Hello, when I do "mvn eclipse:clean eclipse:eclipse -Declipse.workspace=/media/work1 -Declipse.useProjectReferences=true (or false) the "eclipse.useProjectReferences" setting works correctly, *unless* I've configured it in the plugin already:
>        <plugin>
>            <groupId>org.apache.maven.plugins</groupId>
>            <artifactId>maven-eclipse-plugin</artifactId>
>            <version>2.9</version>
>            <configuration>
>                <useProjectReferences>false</useProjectReferences>
>            </configuration>
>        </plugin>
> In this case, the -Declipse.useProjectReferences is incorrectly (AFAIK) not overriding the value configured in the plugin, which always ends up getting precedence.  Users should be able to override the default plugin setting from the command line if they wish.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)