You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by dw...@apache.org on 2010/08/18 22:15:50 UTC

svn commit: r986905 - /openjpa/branches/2.0.x/openjpa-all/pom.xml

Author: dwoods
Date: Wed Aug 18 20:15:50 2010
New Revision: 986905

URL: http://svn.apache.org/viewvc?rev=986905&view=rev
Log:
OPENJPA-1712 Fix creation of openjpa-all jar

Modified:
    openjpa/branches/2.0.x/openjpa-all/pom.xml

Modified: openjpa/branches/2.0.x/openjpa-all/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/2.0.x/openjpa-all/pom.xml?rev=986905&r1=986904&r2=986905&view=diff
==============================================================================
--- openjpa/branches/2.0.x/openjpa-all/pom.xml (original)
+++ openjpa/branches/2.0.x/openjpa-all/pom.xml Wed Aug 18 20:15:50 2010
@@ -52,6 +52,20 @@
                     </execution>
                 </executions>
             </plugin>
+            <!--
+                 Need to disable jar plugin here, as it overwrites the shade
+                 plugin created binary jar.
+            -->
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-jar-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <id>attach-tests</id>
+                        <phase>none</phase>
+                    </execution>
+                </executions>
+            </plugin>
             <!-- Create our aggregate all JAR -->
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>