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:24:24 UTC

directory-fortress-realm git commit: FC-73 - java 8 turn javadoc lint off

Repository: directory-fortress-realm
Updated Branches:
  refs/heads/master 7e76b4193 -> 393d0f7d3


FC-73 - java 8 turn javadoc lint off


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

Branch: refs/heads/master
Commit: 393d0f7d329f209efc2bb786d9ff5e794744cb3d
Parents: 7e76b41
Author: Shawn McKinney <sm...@apache.org>
Authored: Thu Feb 19 11:24:06 2015 -0600
Committer: Shawn McKinney <sm...@apache.org>
Committed: Thu Feb 19 11:24:06 2015 -0600

----------------------------------------------------------------------
 pom.xml                                          | 19 +++++++++++++++++++
 .../directory/fortress/realm/tomcat/package.html |  2 +-
 2 files changed, 20 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-realm/blob/393d0f7d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e76b1a6..fac0d96 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,6 +40,7 @@
     <slf4j.api.version>1.7.7</slf4j.api.version>
     <slf4j.log4j12.version>1.7.7</slf4j.log4j12.version>
     <junit.version>4.11</junit.version>
+    <javadoc.version>2.9.1</javadoc.version>
 
     <!-- Set versions for depending jars -->
     <fortress-core.version>1.0-RC40-SNAPSHOT</fortress-core.version>
@@ -157,6 +158,24 @@
 
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <version>${javadoc.version}</version>
+        <configuration>
+          <additionalparam>-Xdoclint:none</additionalparam>
+          <stylesheet>java</stylesheet>
+          <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>proxy/src/main/java/overview.html</overview>
+          <docfilessubdirs>true</docfilessubdirs>
+          <includes></includes>
+          <version>true</version>
+          <author>true</author>
+          <doctitle>Fortress Realm Javadoc ${version}</doctitle>
+          <windowtitle>Apache Fortress Realm Javadoc ${version}</windowtitle>
+        </configuration>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-site-plugin</artifactId>
         <dependencies>
           <!-- Add support for 'scp'/'sftp' -->

http://git-wip-us.apache.org/repos/asf/directory-fortress-realm/blob/393d0f7d/proxy/src/main/java/org/apache/directory/fortress/realm/tomcat/package.html
----------------------------------------------------------------------
diff --git a/proxy/src/main/java/org/apache/directory/fortress/realm/tomcat/package.html b/proxy/src/main/java/org/apache/directory/fortress/realm/tomcat/package.html
index bbc4141..c4c0a02 100644
--- a/proxy/src/main/java/org/apache/directory/fortress/realm/tomcat/package.html
+++ b/proxy/src/main/java/org/apache/directory/fortress/realm/tomcat/package.html
@@ -22,7 +22,7 @@
 </head>
 <body>
 <p>
-    This package is the Fortress Realm Proxy component.  The Realm Proxy calls the Realm Impl through
+    This package is the Fortress Realm Proxy component for Tomcat.  The Realm Proxy calls the Realm Impl through
     a Java URL classloader which keeps the implementation dependencies off the server's system classpath.
 </p>
 </body>