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/03/24 15:53:53 UTC

svn commit: r927079 - /openjpa/trunk/pom.xml

Author: dwoods
Date: Wed Mar 24 14:53:53 2010
New Revision: 927079

URL: http://svn.apache.org/viewvc?rev=927079&view=rev
Log:
merge in release plugin update from 2.0.0-beta3

Modified:
    openjpa/trunk/pom.xml

Modified: openjpa/trunk/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/trunk/pom.xml?rev=927079&r1=927078&r2=927079&view=diff
==============================================================================
--- openjpa/trunk/pom.xml (original)
+++ openjpa/trunk/pom.xml Wed Mar 24 14:53:53 2010
@@ -252,7 +252,7 @@
                         <configuration>
                             <useReleaseProfile>false</useReleaseProfile>
                             <goals>deploy site site-deploy</goals>
-                            <arguments>-Prelease,docbook-profile</arguments>
+                            <arguments>-Prelease,docbook-profile,test-derby -DskipTests=true</arguments>
                             <autoVersionSubmodules>true</autoVersionSubmodules>
                         </configuration>
                     </plugin>