Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 2.4
-
Fix Version/s: None
-
Labels:None
-
Patch Submitted:Yes
-
Number of attachments :
Description
When running eclipse:make-artifacts with -DresolveVersionRanges=true, it dies with the following error:
[INFO] Unable to resolve version range for dependency Dependency
{groupId=system.bundle, artifactId=system.bundle, version=[0,), type=jar}in project org.apache.xml.org.apache.xml.resolver
It turns out that "system.bundle" is a keyword in OSGi that (broadly speaking) refers to the JRE itself, and thus need not/should not be included in the POM as a dependency. I've got a patch for this coming up in a moment.
Activity
Matthew Beermann
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Attachment | MECLIPSE-302-maven-eclipse-plugin.patch [ 28377 ] |
Matthew Beermann
made changes -
| Attachment | MECLIPSE-302-maven-eclipse-plugin.patch [ 28960 ] |
Arnaud Heritier
made changes -
| Fix Version/s | 2.5 [ 13593 ] |
Arnaud Heritier
made changes -
| Patch attached | Yes |
Arnaud Heritier
made changes -
| Component/s | Dependencies resolution and build path [ 12262 ] |
This did the trick for me.