mirror of https://github.com/apache/openjpa.git
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:
parent
336f654551
commit
da75d5b27a
|
@ -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=**/*
|
Loading…
Reference in New Issue