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 167973

Summary: Ability to exclude transitive dependency via graph
Product: projects Reporter: David Simonek <dsimonek>
Component: MavenAssignee: David Simonek <dsimonek>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description David Simonek 2009-07-01 15:34:06 UTC
According to VOC, users would like to see ability to exclude dependencies on some specific artifact shown in dependency
graph. Usually it is transitive dependency to some library of which user is sure he/she won't need. 

In Maven, it can be achieved by adding dependency exclusion POM element to relevant direct dependency parent(s). Such
action would appear in popup menu of specific artifact to be excluded.
Comment 1 David Simonek 2009-07-01 17:32:13 UTC
implemented in
a8aae148129d, 35c20ff93d41.

Comment 2 Quality Engineering 2009-07-03 05:58:23 UTC
Integrated into 'main-golden', will be available in build *200907030200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/a8aae148129d
User: Dafe Simonek <dsimonek@netbeans.org>
Log: #167973: first implementation of dependency exclusion on demand in graph