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

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

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

        

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

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MWAR-141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_123047 ] 

Olivier Lamy commented on MWAR-141:
-----------------------------------

permissions are not really fixed (stephane you are the only guy who can deploy a new snapshot of maven-war-plugin)
cd /www/people.apache.org/maven-snapshot-repository/org/apache/maven/plugins/maven-war-plugin/2.1-alpha-2-SNAPSHOT
ls -lrt maven-metadata.xml
-rw-r--r--  1 snicoll  apcvs  380 Feb  8 06:55 maven-metadata.xml

Can you do :
cd /www/people.apache.org/maven-snapshot-repository && ./fix-permissions.sh
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
>             Fix For: 2.1-alpha-2
>
>
> 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

        

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

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MWAR-141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_122799 ] 

Olivier Lamy commented on MWAR-141:
-----------------------------------

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

        

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

Posted by "Stephane Nicoll (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MWAR-141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stephane Nicoll closed MWAR-141.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 2.1-alpha-2

Yep, done.

> 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
>             Fix For: 2.1-alpha-2
>
>
> 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

        

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

Posted by "Allen Servedio (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MWAR-141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_122824 ] 

Allen Servedio commented on MWAR-141:
-------------------------------------

It looks like both the timestamp and build number did not update, though the file itself does look like it changed...

> 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
>             Fix For: 2.1-alpha-2
>
>
> 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

        

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

Posted by "Allen Servedio (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MWAR-141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_123007 ] 

Allen Servedio commented on MWAR-141:
-------------------------------------

Yep - looks good thanks Stephane!

<metadata>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>2.1-alpha-2-SNAPSHOT</version>
	<versioning>
	<snapshot>
<timestamp>20080208.065436</timestamp>
<buildNumber>4</buildNumber>
</snapshot>
<lastUpdated>20080208065443</lastUpdated>
</versioning>
</metadata>

> 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
>             Fix For: 2.1-alpha-2
>
>
> 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

        

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

Posted by "Stephane Nicoll (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MWAR-141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_122874 ] 

Stephane Nicoll commented on MWAR-141:
--------------------------------------

right. I don't know what's happening. 

> 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
>             Fix For: 2.1-alpha-2
>
>
> 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

        

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

Posted by "Stephane Nicoll (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MWAR-141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stephane Nicoll closed MWAR-141.
--------------------------------

    Resolution: Fixed

Done. Hope it's ok now.

> 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
>             Fix For: 2.1-alpha-2
>
>
> 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

        

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

Posted by "Stephane Nicoll (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MWAR-141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_123054 ] 

Stephane Nicoll commented on MWAR-141:
--------------------------------------

Yep. Done.

> 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
>             Fix For: 2.1-alpha-2
>
>
> 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

        

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

Posted by "Allen Servedio (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MWAR-141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Allen Servedio reopened MWAR-141:
---------------------------------


Since this is not yet fixed, I am just reopening it to remind you. Thanks for working on this so quickly!

> 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
>             Fix For: 2.1-alpha-2
>
>
> 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

        

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

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
    [ 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

        

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

Posted by "Stephane Nicoll (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MWAR-141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_122820 ] 

Stephane Nicoll commented on MWAR-141:
--------------------------------------

Well it's weird. The build number is not updated. I wonder what's going on here.

> 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
>             Fix For: 2.1-alpha-2
>
>
> 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