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 270859

Summary: org.apache.maven.artifact.InvalidArtifactRTException: For artifact {commons-logging:commons-logging:null:jar}: The version cannot be empty.
Product: projects Reporter: barmeier <barmeier>
Component: MavenAssignee: Tomas Stupka <tstupka>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 229435
Attachments: stacktrace

Description barmeier 2017-06-12 10:25:34 UTC
This bug was originally marked as duplicate of bug 258898, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.131-b11, Java(TM) SE Runtime Environment, 1.8.0_131-b11
OS: Linux

User Comments:
barmeier: After pressing the Show Graph button this exception cames up.




Stacktrace: 
org.apache.maven.artifact.InvalidArtifactRTException: For artifact {commons-logging:commons-logging:null:jar}: The version cannot be empty.
   at org.apache.maven.artifact.DefaultArtifact.validateIdentity(DefaultArtifact.java:148)
   at org.apache.maven.artifact.DefaultArtifact.<init>(DefaultArtifact.java:123)
   at org.apache.maven.artifact.factory.DefaultArtifactFactory.createArtifact(DefaultArtifactFactory.java:157)
   at org.apache.maven.artifact.factory.DefaultArtifactFactory.createDependencyArtifact(DefaultArtifactFactory.java:57)
   at org.apache.maven.repository.legacy.LegacyRepositorySystem.createDependencyArtifact(LegacyRepositorySystem.java:149)
   at org.apache.maven.project.MavenProject.getManagedVersionMap(MavenProject.java:1624)
Comment 1 barmeier 2017-06-12 10:25:37 UTC
Created attachment 164511 [details]
stacktrace