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 252194 - MavenNbModuleImpl.addDependencies use only the netbeans repository
Summary: MavenNbModuleImpl.addDependencies use only the netbeans repository
Status: NEW
Alias: None
Product: apisupport
Classification: Unclassified
Component: Maven (show other bugs)
Version: 8.0.2
Hardware: PC Other
: P3 normal (vote)
Assignee: Tomas Stupka
URL: http://forums.netbeans.org/viewtopic....
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-01 17:35 UTC by arittner
Modified: 2015-07-22 10:13 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 arittner 2015-05-01 17:35:56 UTC
The addDependencies works with a big limitation. It works only with the "netbeans" Maven repository. The repository is hardcoded and can't access internal company repositories (as mirrors). The method never calls the local repository or other project defined repositories.

The method is unable to add dependencies to other artifacts than core netbeans artifacts.