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 - org.apache.maven.artifact.InvalidArtifactRTException: For artifact {commons-logging:commons-logging:null:jar}: The version cannot be empty.
Summary: org.apache.maven.artifact.InvalidArtifactRTException: For artifact {commons-l...
Status: NEW
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-12 10:25 UTC by barmeier
Modified: 2017-06-12 10:25 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 229435


Attachments
stacktrace (1.51 KB, text/plain)
2017-06-12 10:25 UTC, barmeier
Details

Note You need to log in before you can comment on or make changes to this bug.
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