You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ma...@apache.org on 2007/11/19 19:35:36 UTC

svn commit: r596391 - /maven/components/branches/maven-2.0.x/maven-core/pom.xml

Author: mauro
Date: Mon Nov 19 10:35:33 2007
New Revision: 596391

URL: http://svn.apache.org/viewvc?rev=596391&view=rev
Log:
Configured shaded jar name to be compatible with assembly.

Modified:
    maven/components/branches/maven-2.0.x/maven-core/pom.xml

Modified: maven/components/branches/maven-2.0.x/maven-core/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.x/maven-core/pom.xml?rev=596391&r1=596390&r2=596391&view=diff
==============================================================================
--- maven/components/branches/maven-2.0.x/maven-core/pom.xml (original)
+++ maven/components/branches/maven-2.0.x/maven-core/pom.xml Mon Nov 19 10:35:33 2007
@@ -42,6 +42,7 @@
               <goal>shade</goal>
             </goals>
             <configuration>
+              <finalName>maven-${pom.version}-uber</finalName>
               <artifactSet>
                 <excludes>
                   <exclude>classworlds:classworlds</exclude>