mirror of https://github.com/apache/openjpa.git
add site build information
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1677764 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7dc47bc953
commit
d38f10ad7f
|
@ -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=**/*
|
||||
|
||||
|
||||
|
||||
Building and deploying the Site
|
||||
===============================
|
||||
|
||||
$ mvn site site:deploy -Pjavadoc-profile,docbook-profile
|
||||
|
|
Loading…
Reference in New Issue