From ee902a1c34952b0e8d8ef28ab90599727cffe1b5 Mon Sep 17 00:00:00 2001 From: Carlos Sanchez Gonzalez Date: Mon, 24 Oct 2005 23:04:03 +0000 Subject: [PATCH] Fixed issue with m2 poms git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@328186 13f79535-47bb-0310-9956-ffa450edef68 --- maven-meeper/src/bin/deploy-bundle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maven-meeper/src/bin/deploy-bundle b/maven-meeper/src/bin/deploy-bundle index 826de4ebc6..90965bb9f5 100755 --- a/maven-meeper/src/bin/deploy-bundle +++ b/maven-meeper/src/bin/deploy-bundle @@ -95,7 +95,7 @@ echo $BUNDLE [ ! -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