Issue Type: New Feature New Feature
Affects Versions: wagon-maven-plugin-1.0-beta-3
Assignee: Unassigned
Components: wagon
Created: 14/Mar/13 8:53 AM
Description:

According to Dan Tran the merge-maven-repos goal does not work with SNAPSHOTS. I could not find an issue open for that so here we go.

Here is a link to my original e-mail with Dan's response.

http://mail-archives.apache.org/mod_mbox/maven-users/201303.mbox/%3CCAPCjjnGNu2%3DV0ZZ4_tT8%2B-4O0Uq%3DmnD8spE5LSLLEdYD7agU_A%40mail.gmail.com%3E

FWIW, it appears to me that there is a problem with the maven-metadata.xml files that get merged. Here is an example of a badly merged file.

<?xml version="1.0" encoding="UTF-8"?>
<metadata modelVersion="1.1.0">
  <groupId>myGroup</groupId>
  <artifactId>MyArtifact</artifactId>
  <version>10.2.6-SNAPSHOT</version>
  <versioning>
    <snapshot>
      <timestamp>20130313.165705</timestamp>
      <buildNumber>1</buildNumber>
    </snapshot>
    <lastUpdated>20130313165705</lastUpdated>
    <snapshotVersions>
      <snapshotVersion>
        <classifier>MyClassifier</classifier>
        <extension>zip</extension>
        <value>10.2.6-20130311.175410-1</value>
        <updated>20130311175410</updated>
      </snapshotVersion>
      <snapshotVersion>
        <extension>pom</extension>
        <value>10.2.6-20130311.175410-1</value>
        <updated>20130311175410</updated>
      </snapshotVersion>
    </snapshotVersions>
  </versioning>
</metadata>
Environment: Apache Maven 3.0.4 (r1232337; 2012-01-17 02:44:56-0600)
Maven home: D:\maven\apache-maven-3.0.4\bin\..
Java version: 1.6.0_24, vendor: Sun Microsystems Inc.
Java home: D:\j2sdk1.6.0_24\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 7", version: "6.1", arch: "x86", family: "windows"
Project: Mojo
Priority: Major Major
Reporter: Jim McCaskey
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to