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/10/29 21:05:32 UTC

svn commit: r1028880 - /openjpa/trunk/openjpa-all/pom.xml

Author: dwoods
Date: Fri Oct 29 19:05:32 2010
New Revision: 1028880

URL: http://svn.apache.org/viewvc?rev=1028880&view=rev
Log:
OPENJPA-1861 build updates for maven 3.0 - tweak for Windows machines running Sun 1.6.0 builds

Modified:
    openjpa/trunk/openjpa-all/pom.xml

Modified: openjpa/trunk/openjpa-all/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-all/pom.xml?rev=1028880&r1=1028879&r2=1028880&view=diff
==============================================================================
--- openjpa/trunk/openjpa-all/pom.xml (original)
+++ openjpa/trunk/openjpa-all/pom.xml Fri Oct 29 19:05:32 2010
@@ -45,7 +45,8 @@
                 <configuration>
                     <skip>true</skip>
                 </configuration>
-            </plugin>   
+            </plugin>
+
             <!-- disable creating source jars for this module -->
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
@@ -54,22 +55,21 @@
                     <attach>false</attach>
                 </configuration>
             </plugin>
+
             <!--
                  Need to disable jar plugin here, as it overwrites the shade
                  plugin created binary jar.
             -->
-            <!-- exclude for shade-1.4 and maven 3.0
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-jar-plugin</artifactId>
                 <executions>
                     <execution>
-                        <id>default-jar</id>
                         <phase>none</phase>
                     </execution>
                 </executions>
             </plugin>
-            -->
+
             <!-- Create our aggregate all JAR -->
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>