Kristof Meixner created MECLIPSE-761:
----------------------------------------
Summary: eclipse:to-maven creates wrong artifactId in POM
Key: MECLIPSE-761
URL: https://issues.apache.org/jira/browse/MECLIPSE-761
Project: Maven Eclipse Plugin
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
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)