Author: struberg
Date: Wed Mar 16 07:28:17 2016
New Revision: 1735191
URL: http://svn.apache.org/viewvc?rev=1735191&view=rev
Log:
add more docs about how to locally create the documentation PDF
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=1735191&r1=1735190&r2=1735191&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/BUILDING.txt (original)
+++ openjpa/trunk/openjpa-project/BUILDING.txt Wed Mar 16 07:28:17 2016
@@ -181,6 +181,13 @@ Building and deploying the Site
$ mvn site site:deploy -Pjavadoc-profile,docbook-profile
+To generate the docbook documentation you need to cd into the openjpa-project
directory and run
+
+$ cd ./openjpa-project
+$ mvn clean install -Papache-release,docbook-profile
+
+The generated PDF is available under ./target/docbook/manual.pdf
+
Running unit tests in the Debugger
==================================