Maven Junit's maven-metadata.xml is missing new versions
--------------------------------------------------------
Key: MNG-4519
URL: http://jira.codehaus.org/browse/MNG-4519
Project: Maven 2 & 3
Issue Type: Bug
Components: Artifacts and Repositories
Reporter: Jane Young
Not sure if this bug belongs here...
Take a look at http://repo1.maven.org/maven2/junit/junit/ and you'll see
versions 4.5, 4.6 and 4.7.
But if you look at http://repo1.maven.org/maven2/junit/junit/maven-metadata.xml
it stops at version 4.4.
If I use version range (e.g. "[4.4,)") or the key word "RELEASE" in the pom
file, Maven downloads the highest version in maven-metadata.xml file and in
this case version 4.4 but the highest version in
http://repo1.maven.org/maven2/junit/junit is 4.7.
This is clearly an issue in maven-metadata.xml. However, is there a way for
Maven to find the latest version w/o relying on metadata.xml?
Also how can this be fixed in the Maven central repository?
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira