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 237353

Summary: List Maven project's parent (if available) in the Project window
Product: projects Reporter: pekarna <pekarna>
Component: MavenAssignee: Tomas Stupka <tstupka>
Status: NEW ---    
Severity: normal    
Priority: P2    
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description pekarna 2013-10-19 17:50:04 UTC
With complex Maven projects, user often works on a subproject, and needs to open the parent project.

Currently, the parent project is not reachable from within child project's tree in the Project window.

It would be very convenient if NetBeans shown a node representing the parent project or artifact.

It may work just like the dependencies: If the parent is a project reachable for NetBeans, it would open the project. If not, it would treat it as an artifact - resolve it it when needed, show the content of the archive, and perhaps download show POM upon request.

Additionally, NetBeans could allow to navigate to parent artifact's pom.xml when clicking on the reference in the child pom.xml (<parent> ...). That's for another RFE.
Comment 1 pekarna 2013-10-19 17:53:52 UTC
Related to Bug 237354.
Comment 2 Milos Kleint 2013-10-22 11:46:50 UTC
there is a navigator panel that lists all parent files for currently selected pom.xml file.