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 231388 - Filter the nodes in Maven POM Graph properly
Summary: Filter the nodes in Maven POM Graph properly
Status: RESOLVED DUPLICATE of bug 230404
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 7.3.1
Hardware: PC Linux
: P3 normal with 1 vote (vote)
Assignee: Milos Kleint
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-17 18:47 UTC by pekarna
Modified: 2013-06-18 08:25 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 pekarna 2013-06-17 18:47:10 UTC
When a Maven pom.xml is opened, and Graph tab is clicked, NetBeans shows a dependencies graph. That's a cool feature.

But the filtering by dep type doesn't work correctly:
If I select "compile", the test deps are still shown.

NetBeans can tell them apart, because their rectangle gets violet-ish gradient in right bottom corner.

The reason could be that the test deps are loaded from so called BOM, bill of materials, a Maven technique which is used by JBoss - a pom.xml with a lot of deps defined in <dependencyManagement>.

To try, you can download any project with Arquillian as a dependency, see for example, checkout this:

git clone git@github.com:OndraZizka/jboss-migration.git
Comment 1 Milos Kleint 2013-06-18 08:25:05 UTC

*** This bug has been marked as a duplicate of bug 230404 ***