Author: bentmann
Date: Sun Apr 12 21:35:27 2009
New Revision: 764331

URL: http://svn.apache.org/viewvc?rev=764331&view=rev
Log:
o Fixed configuration of Shade Plugin to properly replace main artifact

Modified:
    maven/mercury/trunk/mercury-util/pom.xml

Modified: maven/mercury/trunk/mercury-util/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/mercury/trunk/mercury-util/pom.xml?rev=764331&r1=764330&r2=764331&view=diff
==============================================================================
--- maven/mercury/trunk/mercury-util/pom.xml (original)
+++ maven/mercury/trunk/mercury-util/pom.xml Sun Apr 12 21:35:27 2009
@@ -86,6 +86,7 @@
 
       <plugin>
         <artifactId>maven-shade-plugin</artifactId>
+        <version>1.2</version>
         <executions>
           <execution>
             <phase>package</phase>
@@ -93,7 +94,6 @@
               <goal>shade</goal>
             </goals>
             <configuration>
-              <finalName>${project.artifactId}-all</finalName>
               
<keepDependenciesWithProvidedScope>true</keepDependenciesWithProvidedScope>
               <createDependencyReducedPom>true</createDependencyReducedPom>
               <artifactSet>


Reply via email to