Documentation build is partially fixed

This commit is contained in:
Maxim Solodovnik 2018-12-03 18:20:37 +07:00
parent 9eb7e2b145
commit 6fe8f101df
2 changed files with 4 additions and 2 deletions

View File

@ -114,6 +114,7 @@
<!-- authentication for nightly uploads -->
<nightly.user.name>${user.name}</nightly.user.name>
<nightly.password>passw0rd</nightly.password>
<checkstyle.suppressions.location>suppressions.xml</checkstyle.suppressions.location>
</properties>
<build>
@ -314,6 +315,7 @@
<groupId>net.sf.docbook</groupId>
<artifactId>docbook-xml</artifactId>
<version>5.0</version>
<type>pom</type>
<scope>runtime</scope>
</dependency>
</dependencies>

View File

@ -45,8 +45,8 @@
<openjpa.version>${project.version}</openjpa.version>
<openjpa.Log>DefaultLevel=INFO</openjpa.Log>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<checkstyle.config.location>${project.basedir}${file.separator}..${file.separator}openjpa-project${file.separator}checkstyle.xml</checkstyle.config.location>
<checkstyle.suppressions.location>${project.basedir}${file.separator}..${file.separator}openjpa-project${file.separator}suppressions.xml</checkstyle.suppressions.location>
<checkstyle.config.location>openjpa-project${file.separator}checkstyle.xml</checkstyle.config.location>
<checkstyle.suppressions.location>openjpa-project${file.separator}suppressions.xml</checkstyle.suppressions.location>
<site.deploy.url>scp://people.apache.org/home/${site.deploy.user.name}/public_html/openjpa/${project.version}/staging-site</site.deploy.url>
<!-- the test settings can be overridden my specific profiles -->