Naming consistency: use same artifact as output from jar:jar

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@373954 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl 2006-02-01 00:48:26 +00:00
parent 81c5dac190
commit ccd94624c9

View File

@ -191,7 +191,7 @@
<ant:mkdir dir="${maven.build.dir}/bundle"/>
<!-- Copy in the artifact -->
<ant:copy file="${maven.build.dir}/${maven.final.name}.jar" todir="${maven.build.dir}/bundle"/>
<ant:copy file="${maven.build.dir}/${maven.jar.final.name}" todir="${maven.build.dir}/bundle"/>
<!-- Copy in the POM -->
<ant:copy file="${basedir}/project.xml" todir="${maven.build.dir}/bundle"/>