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 2009/06/03 04:18:05 UTC

svn commit: r781240 - /openjpa/trunk/openjpa-project/pom.xml

Author: dwoods
Date: Wed Jun  3 02:18:04 2009
New Revision: 781240

URL: http://svn.apache.org/viewvc?rev=781240&view=rev
Log:
update build instructions

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

Modified: openjpa/trunk/openjpa-project/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-project/pom.xml?rev=781240&r1=781239&r2=781240&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/pom.xml (original)
+++ openjpa/trunk/openjpa-project/pom.xml Wed Jun  3 02:18:04 2009
@@ -24,7 +24,7 @@
     <!--
         To build the distribution files from project root:
 
-        mvn clean compile package -Dtest=false
+        mvn clean compile package -Dtest=false -DfailIfNoTests=false
 
         To build and deploy a full digned release with docs, run: