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

Summary: Adding spring framework 4.0.1.RELEASE is generating local dependencies with no warning
Product: projects Reporter: skygo <skygo>
Component: MavenAssignee: Tomas Stupka <tstupka>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: PC   
OS: Windows 8 x64   
Issue Type: DEFECT Exception Reporter:

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 ***