Author: jdcasey
Date: Tue Jan 22 13:40:15 2008
New Revision: 614335

URL: http://svn.apache.org/viewvc?rev=614335&view=rev
Log:
Rolling back the shade plugin execution, to avoid quadrupling the resulting 
artifact's size.

Modified:
    maven/artifact/trunk/pom.xml

Modified: maven/artifact/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/artifact/trunk/pom.xml?rev=614335&r1=614334&r2=614335&view=diff
==============================================================================
--- maven/artifact/trunk/pom.xml (original)
+++ maven/artifact/trunk/pom.xml Tue Jan 22 13:40:15 2008
@@ -144,6 +144,7 @@
           </execution>
         </executions>
       </plugin>
+      <!--
       <plugin>
         <artifactId>shade-maven-plugin</artifactId>
         <groupId>org.codehaus.mojo</groupId>
@@ -178,6 +179,7 @@
           </execution>
         </executions>
       </plugin>
+    -->
     </plugins>
   </build>
 </project>


Reply via email to