You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2013/01/05 13:06:10 UTC

svn commit: r1429268 - /webservices/commons/trunk/modules/axiom/apidocs/pom.xml

Author: veithen
Date: Sat Jan  5 12:06:09 2013
New Revision: 1429268

URL: http://svn.apache.org/viewvc?rev=1429268&view=rev
Log:
Customized maven-javadoc-plugin settings to
* fix the document/window titles;
* reduce the number of changes between releases (to avoid mass changes when committing the site for a new release).

Modified:
    webservices/commons/trunk/modules/axiom/apidocs/pom.xml

Modified: webservices/commons/trunk/modules/axiom/apidocs/pom.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/apidocs/pom.xml?rev=1429268&r1=1429267&r2=1429268&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/apidocs/pom.xml (original)
+++ webservices/commons/trunk/modules/axiom/apidocs/pom.xml Sat Jan  5 12:06:09 2013
@@ -123,6 +123,12 @@
                         <link>http://jaxen.codehaus.org/apidocs/</link>
                     </links>
                     <breakiterator>true</breakiterator>
+                    <!-- The notimestamp and windowtitle parameters are chosen to minimize the  -->
+                    <notimestamp>true</notimestamp>
+                    <windowtitle>Apache Axiom</windowtitle>
+                    <bottom>Copyright &#169; {organizationName}. All Rights Reserved.</bottom>
+                    <!-- doctitle only appears in the summary and we should include the version there -->
+                    <doctitle>Apache Axiom ${project.version}</doctitle>
                 </configuration>
             </plugin>
             <plugin>