Make the site buildable again.
diff --git a/.travis.yml b/.travis.yml
index 7b89909..ac50702 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,7 @@
 jdk:
   - oraclejdk8
 install: true
-script: '[ "$TRAVIS_REPO_SLUG" == apache/axis1-java ] && [ "$TRAVIS_BRANCH" == trunk ] && [ "$TRAVIS_PULL_REQUEST" == false ] && goal=deploy || goal=verify ; mvn -B -s .travis-settings.xml -Papache-release -Dgpg.skip=true $goal'
+script: '[ "$TRAVIS_REPO_SLUG" == apache/axis1-java ] && [ "$TRAVIS_BRANCH" == trunk ] && [ "$TRAVIS_PULL_REQUEST" == false ] && goal=deploy || goal=install ; mvn -B -s .travis-settings.xml -Papache-release -Dgpg.skip=true $goal site'
 env:
   global:
     - secure: "rd5q/f6mA88heUgXm88Aae8q6PTwKp9rEJtQZihJRPWgnguJp/yPNXCyp0sdtL6ucPW8AXMlcuEUqNv12Y1orxG9zyDkGQ3IWazGB6XQ+feOG1MqXpnUz2DMv0KCqCTbxGyI7Quk5E/ghjhGdfxLETazQJaq4w5ARIxb2r0dyts="
diff --git a/apidocs/pom.xml b/apidocs/pom.xml
index 3862ee5..d1fe3e6 100644
--- a/apidocs/pom.xml
+++ b/apidocs/pom.xml
@@ -35,6 +35,9 @@
             <url>${baseSiteUrl}/apiDocs</url>
         </site>
     </distributionManagement>
+    <properties>
+        <javaVersion>1.5</javaVersion>
+    </properties>
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>
@@ -53,11 +56,6 @@
         </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
-            <artifactId>axis-rt-compat</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>${project.groupId}</groupId>
             <artifactId>axis-rt-core</artifactId>
             <version>${project.version}</version>
         </dependency>
@@ -176,6 +174,12 @@
                     <bottom>Copyright &#169; {organizationName}. All Rights Reserved.</bottom>
                     <!-- doctitle only appears in the summary and we should include the version there -->
                     <doctitle>Apache Axis ${project.version}</doctitle>
+                    <tags>
+                        <tag>
+                            <name>ant.task</name>
+                            <placement>X</placement>
+                        </tag>
+                    </tags>
                 </configuration>
             </plugin>
             <plugin>