Author: struberg
Date: Thu Sep 3 09:12:14 2020
New Revision: 1065108
Log:
we also need the derby profile
otherwise the build does complain about missing the derby jdbc driver
Modified:
websites/production/openjpa/content/builds/add_docs.sh
Modified: websites/production/openjpa/content/builds/add_docs.sh
==============================================================================
--- websites/production/openjpa/content/builds/add_docs.sh (original)
+++ websites/production/openjpa/content/builds/add_docs.sh Thu Sep 3 09:12:14
2020
@@ -3,7 +3,7 @@
# parameter 2 is the path to the openjpa binary.zip
#
# To build the openjpa binary.zip go to the tag and start with
-# $> mvn clean site install -DskipTests -Pjavadoc-profile,docbook-profile
+# $> mvn clean site install -DskipTests
-Pjavadoc-profile,docbook-profile,test-derby
mkdir $1
cd $1