Olivier Lamy created MRM-1743:
---------------------------------
Summary: maven metadata not complete (after snapshots purge ?)
Key: MRM-1743
URL: https://jira.codehaus.org/browse/MRM-1743
Project: Archiva
Issue Type: Bug
Components: Maven 2 Support
Affects Versions: 1.4-M3, 1.4-M2, 1.4-M1, 1.3.5
Reporter: Olivier Lamy
Currently we have :
{code}
<metadata>
<groupId>org.apache.archiva</groupId>
<artifactId>archiva-parent</artifactId>
<version>10-SNAPSHOT</version>
<versioning>
<snapshot>
<buildNumber>26</buildNumber>
<timestamp>20130129.134911</timestamp>
</snapshot>
<lastUpdated>20130129134911</lastUpdated>
</versioning>
</metadata>
{code}
For maven3 we could have
{code}
<?xml version="1.0" encoding="UTF-8"?>
<metadata modelVersion="1.1.0">
<groupId>org.apache.tomcat.maven</groupId>
<artifactId>tomcat-maven-plugin</artifactId>
<version>2.1-SNAPSHOT</version>
<versioning>
<snapshot>
<timestamp>20130131.132800</timestamp>
<buildNumber>32</buildNumber>
</snapshot>
<lastUpdated>20130131132800</lastUpdated>
<snapshotVersions>
<snapshotVersion>
<extension>pom</extension>
<value>2.1-20130131.132800-32</value>
<updated>20130131132800</updated>
</snapshotVersion>
<snapshotVersion>
<classifier>site</classifier>
<extension>xml</extension>
<value>2.1-20130131.132800-32</value>
<updated>20130131132800</updated>
</snapshotVersion>
</snapshotVersions>
</versioning>
</metadata>
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira