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 154978

Summary: provide archetype catalog support in maven project wizard
Product: projects Reporter: Srinivasan Chikkala <chikkala>
Component: MavenAssignee: David Simonek <dsimonek>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on: 176547    
Bug Blocks:    

Description Srinivasan Chikkala 2008-12-09 00:55:48 UTC
If the archetype catalog is available locally or at remote repository, maven project wizard should be able to use it to
display the archetypes available in the catalog. User should be able to pick a specified archetype catalog just to see
only the archetypes available in that catalog for selection.

Note that this functionality is available in Eclipse maven integration and I find it useful.
Comment 1 Quality Engineering 2009-06-26 20:46:14 UTC
Integrated into 'main-golden', will be available in build *200906261401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/b6ac2b6d3214
User: Milos Kleint <mkleint@netbeans.org>
Log: #154978 if local archetype catalog is present show it as a tree node.
Comment 2 Milos Kleint 2009-08-20 11:45:09 UTC
should be partially implemented. local archetype catalog and the default catalog are visible. What is still missing is
adding/removing catalogs..
Comment 3 David Simonek 2009-09-04 11:32:11 UTC
Adding, removing catalogs now tracked in 171466, so closing this one as completed.