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 - List Maven project's parent (if available) in the Project window
Summary: List Maven project's parent (if available) in the Project window
Status: NEW
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 7.4
Hardware: All All
: P2 normal with 1 vote (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-19 17:50 UTC by pekarna
Modified: 2014-05-12 13:10 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 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.