You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ca...@apache.org on 2005/10/25 01:04:04 UTC

svn commit: r328186 - /maven/components/trunk/maven-meeper/src/bin/deploy-bundle

Author: carlos
Date: Mon Oct 24 16:04:03 2005
New Revision: 328186

URL: http://svn.apache.org/viewcvs?rev=328186&view=rev
Log:
Fixed issue with m2 poms

Modified:
    maven/components/trunk/maven-meeper/src/bin/deploy-bundle

Modified: maven/components/trunk/maven-meeper/src/bin/deploy-bundle
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-meeper/src/bin/deploy-bundle?rev=328186&r1=328185&r2=328186&view=diff
==============================================================================
--- maven/components/trunk/maven-meeper/src/bin/deploy-bundle (original)
+++ maven/components/trunk/maven-meeper/src/bin/deploy-bundle Mon Oct 24 16:04:03 2005
@@ -95,7 +95,7 @@
 
   [ ! -f $LIC ] && echo && echo "Cannot deploy without the $LIC file!" && echo && exit
 
-  cp project.xml ${artifactId}-${version}.pom
+  cp ${POM} ${artifactId}-${version}.pom
 
   ../d2u $LIC