Right now uploading javadocs and page for openjpa-3.1.2. svn commit in progress Not sure I'll get it done before I will leave office. If not I gonna commit it in the evening.
LieGrue, strub > Am 03.09.2020 um 11:12 schrieb strub...@apache.org: > > 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 > >