add documentation about how to speed up the local build and skip timeout tests

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1650605 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Struberg 2015-01-09 17:20:59 +00:00
parent 336f654551
commit da75d5b27a
1 changed files with 8 additions and 0 deletions

View File

@ -160,3 +160,11 @@ $ ls openjpa-project/target/site/downloads/
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=**/*