mirror of
https://github.com/apache/openjpa.git
synced 2025-03-06 16:39:11 +00:00
Documentation build is partially fixed
This commit is contained in:
parent
9eb7e2b145
commit
6fe8f101df
@ -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>
|
||||
|
4
pom.xml
4
pom.xml
@ -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 -->
|
||||
|
Loading…
x
Reference in New Issue
Block a user