mirror of https://github.com/apache/maven.git
Fixed issue with m2 poms
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@328186 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
984f9db03a
commit
ee902a1c34
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue