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-761) eclipse:to-maven creates wrong artifactId in POM

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

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


> eclipse:to-maven creates wrong artifactId in POM
> ------------------------------------------------
>
>                 Key: MECLIPSE-761
>                 URL: https://issues.apache.org/jira/browse/MECLIPSE-761
>             Project: Maven Eclipse Plugin (RETIRED)
>          Issue Type: Bug
>         Environment: Apache Maven 3.2.5
> Java version: 1.8.0_45, vendor: Oracle Corporation
> OS name: "linux", version: "3.13.0-49-generic", arch: "amd64", family: "unix"
> org.apache.maven.plugins:maven-eclipse-plugin:2.10
>            Reporter: Kristof Meixner
>            Assignee: Robert Scholte
>
> When I run the {{eclipse:to-maven}} goal the generated POM has the following {{artifactId}}.
> {code}
> <groupId>org.eclipse.m2m</groupId>
> <artifactId>atl</artifactId>
> {code}
> When I open the JAR and go to the implicit POM it has another {{artifactId}}.
> {code}
> <groupId>org.eclipse.m2m.atl</groupId>
> <artifactId>org.eclipse.m2m.atl</artifactId>
> {code}



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