Documentation build is partially fixed
diff --git a/openjpa-project/pom.xml b/openjpa-project/pom.xml
index c03a5a2..9a26c3b 100644
--- a/openjpa-project/pom.xml
+++ b/openjpa-project/pom.xml
@@ -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>
diff --git a/pom.xml b/pom.xml
index 6cc7551..0909a5e 100644
--- a/pom.xml
+++ b/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 -->