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-695) Problem of path for additionalConfig with sub-modules

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

Robert Scholte closed MECLIPSE-695.
-----------------------------------
    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. 


> Problem of path for additionalConfig with sub-modules
> -----------------------------------------------------
>
>                 Key: MECLIPSE-695
>                 URL: https://issues.apache.org/jira/browse/MECLIPSE-695
>             Project: Maven Eclipse Plugin (RETIRED)
>          Issue Type: Bug
>          Components: Core : Workspace settings
>    Affects Versions: 2.8
>            Reporter: Alexandre Garnier
>            Assignee: Robert Scholte
>         Attachments: MECLIPSE-695-multi-modules.zip, MECLIPSE-695.patch, MECLIPSE-695.zip
>
>
> When defining path to additionalConfig files in parent pom (relative to pom.xml location), sub-modules did not find them.
> {code:language=xml}
> [...]
> <modules>
>   <module>module</module>
> </module>
> [...]
> <build>
>   <pluginManagement>
>     <plugins>
>       <plugin>
>         <groupId>org.apache.maven.plugins</groupId>
>         <artifactId>maven-eclipse-plugin</artifactId>
>         <additionalConfig>
>           <file>
>             <name>.settings/org.eclipse.core.resources.prefs</name>
>             <location>settings/org.eclipse.core.resources.prefs</location>
>           </file>
>         </additionalConfig>
>       </configuration>
>     </plugin>
>   </plugins>
> </pluginManagement>
> [...]
> {code}
> {code}
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-eclipse-plugin:2.8:eclipse (default-cli) on project module: Unable to resolve resource location: settings/org.eclipse.core.resources.prefs
> {code}
> It works fine in 2.7.



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