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>