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 166869 - Project template for POM project
Summary: Project template for POM project
Status: RESOLVED DUPLICATE of bug 139532
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Milos Kleint
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-10 17:27 UTC by Jesse Glick
Modified: 2009-06-11 08:11 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2009-06-10 17:27:07 UTC
There does not seem to be any way to use File > New Project to create a POM project. This makes it impossible to use the
GUI to create a tree of Maven modules.
Comment 1 Jesse Glick 2009-06-10 17:28:08 UTC
I guess because it is not an archetype. Should probably be a separate item in the Maven category.
Comment 2 Milos Kleint 2009-06-11 08:11:31 UTC
well, you can "create" a project by creating a pom.xml file using Favourites or similar.
also there is archetype

GroupId: org.codehaus.mojo.archetypes
ArtifactId: pom-root
Version: 1.0

created for the ear project template that contains just a "pom" packaged project.

if we add a a new project wizard item, I would go for an archetype based one..

*** This issue has been marked as a duplicate of 139532 ***