You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by lt...@apache.org on 2006/02/01 01:48:28 UTC

svn commit: r373954 - /maven/maven-1/plugins/trunk/artifact/plugin.jelly

Author: ltheussl
Date: Tue Jan 31 16:48:26 2006
New Revision: 373954

URL: http://svn.apache.org/viewcvs?rev=373954&view=rev
Log:
Naming consistency: use same artifact as output from jar:jar

Modified:
    maven/maven-1/plugins/trunk/artifact/plugin.jelly

Modified: maven/maven-1/plugins/trunk/artifact/plugin.jelly
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/artifact/plugin.jelly?rev=373954&r1=373953&r2=373954&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/artifact/plugin.jelly (original)
+++ maven/maven-1/plugins/trunk/artifact/plugin.jelly Tue Jan 31 16:48:26 2006
@@ -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"/>