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 253908 - Adding spring framework 4.0.1.RELEASE is generating local dependencies with no warning
Summary: Adding spring framework 4.0.1.RELEASE is generating local dependencies with n...
Status: RESOLVED DUPLICATE of bug 254570
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 8.1
Hardware: PC Windows 8 x64
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-28 15:23 UTC by skygo
Modified: 2015-08-25 15:08 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 skygo 2015-07-28 15:23:11 UTC
I test a bit maven and javaEE.
Adding a spring framework 3.2.7 generate dependencies that are in maven central repo.

 Doing the same with Spring 4.0.1 generate lots of indirect dependencies that are put localy with no messages.

<dependency>
            <groupId>unknown.binary</groupId>
            <artifactId>spring-web-4.0.1.RELEASE</artifactId>
            <version>SNAPSHOT</version>
        </dependency>

Would be nice to have the good artifact at first place. 

You don't have information that netbeans put indirect dep. You need to look at pom file for a comment on the local repo or you have to browse Files view to find a lib folder that is uncommon for maven.

Would it be possible to notify user in some way?
Comment 1 Tomas Stupka 2015-08-25 15:08:57 UTC

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