Author: struberg
Date: Fri Jan  9 17:20:59 2015
New Revision: 1650605

URL: http://svn.apache.org/r1650605
Log:
add documentation about how to speed up the local build and skip timeout tests

Modified:
    openjpa/trunk/openjpa-project/BUILDING.txt

Modified: openjpa/trunk/openjpa-project/BUILDING.txt
URL: 
http://svn.apache.org/viewvc/openjpa/trunk/openjpa-project/BUILDING.txt?rev=1650605&r1=1650604&r2=1650605&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/BUILDING.txt (original)
+++ openjpa/trunk/openjpa-project/BUILDING.txt Fri Jan  9 17:20:59 2015
@@ -160,3 +160,11 @@ $ ls openjpa-project/target/site/downloa
 
 apache-openjpa-2.2.0-SNAPSHOT-binary.zip
 apache-openjpa-2.2.0-SNAPSHOT-source.zip
+
+
+To speed up the local build time you might want to exclude the tests which
+check locking timeouts as they take a really long time (mostly waiting for
+timeout expiration).
+
+This can be achieved by building the project with
+$ mvn clean install -Dsurefire.excludes.locking=**/*
\ No newline at end of file


Reply via email to