Community
Participate
Working Groups
While importing projects into Eclipse, the Maven Integration supports "name templates", e.g. "[groupId].[artifactId]-[version]", which simply refer to the elements of the same name in pom.xml. Using "[name]" should do the same. However, it currently results in a project name of literally "[name]", without referring to the <name/> element in pom.xml. Please correct me if I'm going down the wrong path here, but I treat "groupId" as a namespace, and "artifactId" as a "system name". Combining them with "version" results in a proper "finalName" for .jar file names, etc. (By default, the finalName is ${project.artifactId}-${project.version}.) "name" is more of a display name, and should be allowed to be used in the name templates if desired. https://issues.sonatype.org/browse/MNGECLIPSE-897 would be an alternative option, using the name defined in Eclipse's .project file if it exists. (This is a copy from https://issues.sonatype.org/browse/MNGECLIPSE-1216. I was not the original reporter, who now only shows as "Deleted User".)
closing old/stale bugreport
This may be old, but I don't see anything to indicate that this is not still a valid issue. Additionally, a retest just now on 1.4.0.20130601-0317 still shows this to be a current issue. Please reconsider (or at least mark as "CLOSED WONTFIX", which might be a better indication here - if that is your true intent).
There was no activity on this bug for over two years, so I have to assume it is either invalid or simply is not important enough for anyone to do anything about it.
Fixed with http://git.eclipse.org/c/m2e/m2e-core.git/commit/?id=d6a903b7e4886d0ae8d24b4240d0fb93d78d51bb Test https://github.com/tesla/m2e-core-tests/commit/56cb5d2f2bfcef970c02e38173bc075c9eda724f
Thanks, Fred!!
Maven 3.2.4 not released for Mars M3. Punting this issue to Mars M4
Moved to https://github.com/eclipse-m2e/m2e-core/issues/