FC-73 - fix java8 doc
diff --git a/pom.xml b/pom.xml
index 73afbb1..466e1cc 100755
--- a/pom.xml
+++ b/pom.xml
@@ -465,13 +465,13 @@
         <artifactId>maven-javadoc-plugin</artifactId>
         <configuration>
           <stylesheet>java</stylesheet>
-          <bottom>&lt;small&gt;Copyright &amp;copy; 2011-2014 Joshua Tree Software, LLC. All Rights Reserved.
-            Generated ${maven.build.timestamp}.&lt;/small&gt;</bottom>
+          <bottom>&lt;small&gt;Copyright &amp;copy; 2003-2015, The Apache Software Foundation. All Rights Reserved. Generated ${maven.build.timestamp}&lt;/small&gt;</bottom>
           <overview>src/main/java/org/apache/directory/fortress/web/overview.html</overview>
           <version>true</version>
           <author>true</author>
-          <doctitle>${title}</doctitle>
-          <windowtitle>${title}</windowtitle>
+          <doctitle>${project.name} Javadoc ${project.version}</doctitle>
+          <windowtitle>Apache ${project.name} Javadoc ${project.version}</windowtitle>
+          <additionalparam>-Xdoclint:none</additionalparam>
         </configuration>
       </plugin>