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:
parent
81c5dac190
commit
ccd94624c9
@ -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"/>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user