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:36:18 UTC

directory-fortress-enmasse git commit: FC-73 - fix rest javadoc

Repository: directory-fortress-enmasse
Updated Branches:
  refs/heads/master c50531a49 -> 8a1948bb3


FC-73 - fix rest javadoc


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

Branch: refs/heads/master
Commit: 8a1948bb332acd9dd340c4186c12c7f792572d0a
Parents: c50531a
Author: Shawn McKinney <sm...@apache.org>
Authored: Thu Feb 19 11:36:04 2015 -0600
Committer: Shawn McKinney <sm...@apache.org>
Committed: Thu Feb 19 11:36:04 2015 -0600

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


http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/blob/8a1948bb/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index bae8376..cc80556 100755
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
   <artifactId>fortress-rest</artifactId>
   <packaging>war</packaging>
   <version>1.0-RC40-SNAPSHOT</version>
-  <name>Apache Fortress Web</name>
+  <name>Apache Fortress Rest</name>
   <url>http://directory.apache.org/fortress/</url>
   <description>Fortress Rest provides a RESTful implementation of Fortress' ANSI RBAC INCITS 359 engine</description>
 
@@ -110,7 +110,7 @@
     <src.java.dir>${base.dir}/src/main/java</src.java.dir>
     <!--cxf.surefire.fork.mode>pertest</cxf.surefire.fork.mode-->
     <test>org.apache.directory.fortress.rest.EmTest</test>
-    <title>${project.name} ${project.version}</title>
+    <!--<title>${project.name} ${project.version}</title>-->
     <skipTests>true</skipTests>
   </properties>
 
@@ -325,8 +325,9 @@
           <overview>src/main/java/org/apache/directory/fortress/rest/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>
         <executions>
           <execution>