You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-commits@db.apache.org by an...@apache.org on 2009/05/06 19:24:36 UTC

svn commit: r772376 - /db/jdo/branches/2.3-ea/maven.xml

Author: andyj
Date: Wed May  6 17:24:35 2009
New Revision: 772376

URL: http://svn.apache.org/viewvc?rev=772376&view=rev
Log:
make M2 copying more flexible so copes with other projects

Modified:
    db/jdo/branches/2.3-ea/maven.xml

Modified: db/jdo/branches/2.3-ea/maven.xml
URL: http://svn.apache.org/viewvc/db/jdo/branches/2.3-ea/maven.xml?rev=772376&r1=772375&r2=772376&view=diff
==============================================================================
--- db/jdo/branches/2.3-ea/maven.xml (original)
+++ db/jdo/branches/2.3-ea/maven.xml Wed May  6 17:24:35 2009
@@ -218,7 +218,8 @@
               toFile="${jdo.releases.dist.dir}/m1-ibiblio-rsync-repository/${pom.groupId}/poms/${maven.final.name}.pom" />
 
         <copy file="m2_repo_maven_metadata.xml"
-            toFile="${jdo.releases.dist.dir}/m2-ibiblio-rsync-repository/javax/jdo/jdo2-api/maven-metadata.xml"/>
+              toFile="${jdo.releases.dist.dir}/m2-ibiblio-rsync-repository/javax/jdo/${pom.artifactId}/maven-metadata.xml"
+              failonerror="false"/>
     </goal>
 
     <goal name="copy-distribution">