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 - Ability to exclude transitive dependency via graph
Summary: Ability to exclude transitive dependency via graph
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: David Simonek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-01 15:34 UTC by David Simonek
Modified: 2009-07-03 05:58 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 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