[JAVA-278] maven-metadata.xml is missing from Maven Central repository Created: 21/Feb/11 Updated: 28/May/11 Resolved: 28/May/11 |
|
| Status: | Closed |
| Project: | Java Driver |
| Component/s: | None |
| Affects Version/s: | 2.4 |
| Fix Version/s: | 2.6 |
| Type: | Bug | Priority: | Major - P3 |
| Reporter: | Karsten Sperling | Assignee: | Scott Hernandez (Inactive) |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Backwards Compatibility: | Fully Compatible |
| Description |
|
The file should be at http://repo2.maven.org/maven2/org/mongodb/mongo-java-driver/maven-metadata.xml and needs to list the available version of the artifact. See http://repo2.maven.org/maven2/org/slf4j/slf4j-api/maven-metadata.xml for an example. Without this file, Maven cannot resolve version ranges like '[2,3)' for the mongo-java-driver artifact (or even simple ranges like [2.4], which are useful for enforcing a consistent version of a dependency across a number of components). The org.mongodb:bson artifact is missing maven-metadata.xml as well. |
| Comments |
| Comment by auto [ 27/May/11 ] |
|
Author: {u'login': u'scotthernandez', u'name': u'Scott Hernandez', u'email': u'scotthernandez@gmail.com'}Message: |