Author: struberg
Date: Tue May 5 09:45:45 2015
New Revision: 1677764
URL: http://svn.apache.org/r1677764
Log:
add site build information
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=1677764&r1=1677763&r2=1677764&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/BUILDING.txt (original)
+++ openjpa/trunk/openjpa-project/BUILDING.txt Tue May 5 09:45:45 2015
@@ -2,7 +2,7 @@ Building Apache OpenJPA
Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
--------------------------------------------------------------------------------
-These instructions describe how to build OpenJPA 2.2 from source code using the
+These instructions describe how to build OpenJPA from source code using the
Apache Maven 2 build tool. They are written for use from the console, and are
known to work on Windows, Linux and Mac OSX.
@@ -162,9 +162,21 @@ apache-openjpa-2.2.0-SNAPSHOT-binary.zip
apache-openjpa-2.2.0-SNAPSHOT-source.zip
+
+Advanced Build Options
+======================
+
+
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
+$ mvn clean install -Dsurefire.excludes.locking=**/*
+
+
+
+Building and deploying the Site
+===============================
+
+$ mvn site site:deploy -Pjavadoc-profile,docbook-profile