You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by sm...@apache.org on 2015/02/19 18:44:34 UTC

directory-fortress-commander git commit: FC-73 - fix java8 doc

Repository: directory-fortress-commander
Updated Branches:
  refs/heads/master afe12b25f -> e4bf03b2d


FC-73 - fix java8 doc


Project: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/commit/e4bf03b2
Tree: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/tree/e4bf03b2
Diff: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/diff/e4bf03b2

Branch: refs/heads/master
Commit: e4bf03b2d5bf0ea7439c1ab87d7293432a7da773
Parents: afe12b2
Author: Shawn McKinney <sm...@apache.org>
Authored: Thu Feb 19 11:44:21 2015 -0600
Committer: Shawn McKinney <sm...@apache.org>
Committed: Thu Feb 19 11:44:21 2015 -0600

----------------------------------------------------------------------
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/blob/e4bf03b2/pom.xml
----------------------------------------------------------------------
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>