This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 225553 - Incorrect display name of Java EE 7 Maven web project
Summary: Incorrect display name of Java EE 7 Maven web project
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Maven (show other bugs)
Version: 7.3.1
Hardware: PC Mac OS X
: P2 normal (vote)
Assignee: Martin Janicek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-30 16:36 UTC by Petr Jiricka
Modified: 2013-02-01 13:27 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Jiricka 2013-01-30 16:36:26 UTC
Build javaee7-60, Mac OS X 10.7.5

1. Create a Java EE 7 Maven web project with the default settings

=> The display name of the project is com.mycompany, which is inconsistent with other Maven projects (including Java EE 6), which are called something like mavenproject14.
Comment 1 Martin Janicek 2013-01-30 16:40:13 UTC
Yep, thanks. I already have fix for this, just need to wait until Milos updates archetypes in repository. There is accidentally used groupId instead of artifactId for project name.
Comment 2 Martin Janicek 2013-02-01 13:27:01 UTC
Should be fixed. Don't have exact changeset as the fix wasn't in our codebase but in archetype specification.