You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Olivier Lamy (JIRA)" <ji...@codehaus.org> on 2008/02/07 20:24:28 UTC

[jira] Issue Comment Edited: (MWAR-141) maven-metadata.xml is not being updated with latest snapshots for 2.1-alpha-2

    [ http://jira.codehaus.org/browse/MWAR-141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_122799 ] 

olamy edited comment on MWAR-141 at 2/7/08 1:24 PM:
-----------------------------------------------------------

stephane can you fix permissions or deploy a new snapshot ?
Thanks.

      was (Author: olamy):
    stephan can you fix permissions or deploy a new snapshot ?
Thanks.
  
> maven-metadata.xml is not being updated with latest snapshots for 2.1-alpha-2
> -----------------------------------------------------------------------------
>
>                 Key: MWAR-141
>                 URL: http://jira.codehaus.org/browse/MWAR-141
>             Project: Maven 2.x War Plugin
>          Issue Type: Bug
>    Affects Versions: 2.1-alpha-2
>            Reporter: Allen Servedio
>            Assignee: Stephane Nicoll
>            Priority: Minor
>
> It appears that the http://people.apache.org/repo/m2-snapshot-repository/org/apache/maven/plugins/maven-war-plugin/2.1-alpha-2-SNAPSHOT/maven-metadata.xml file is not getting updated upon each snapshot release. For systems (like Artifactory) that depend on the data in this file, they are not pulling down the latest snapshot.
> It should be referencing this snapshot:
> http://people.apache.org/repo/m2-snapshot-repository/org/apache/maven/plugins/maven-war-plugin/2.1-alpha-2-SNAPSHOT/maven-war-plugin-2.1-alpha-2-20080207.184539-4.jar
> So, it should look something like this:
> <metadata>
> <groupId>org.apache.maven.plugins</groupId>
> <artifactId>maven-war-plugin</artifactId>
> <version>2.1-alpha-2-SNAPSHOT</version>
> <versioning>
> <snapshot>
> <timestamp>20080207.184539</timestamp>
> <buildNumber>4</buildNumber>
> </snapshot>
> <lastUpdated>20080207184539</lastUpdated>
> </versioning>
> </metadata>

-- 
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