You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-scm@portals.apache.org by at...@apache.org on 2008/12/11 00:18:21 UTC

svn commit: r725482 - /portals/pluto/trunk/portlet2-api/pom.xml

Author: ate
Date: Wed Dec 10 15:18:18 2008
New Revision: 725482

URL: http://svn.apache.org/viewvc?rev=725482&view=rev
Log:
Some javadoc generation adjustments to get it the same as provided by the official JSR-286 download

Modified:
    portals/pluto/trunk/portlet2-api/pom.xml

Modified: portals/pluto/trunk/portlet2-api/pom.xml
URL: http://svn.apache.org/viewvc/portals/pluto/trunk/portlet2-api/pom.xml?rev=725482&r1=725481&r2=725482&view=diff
==============================================================================
--- portals/pluto/trunk/portlet2-api/pom.xml (original)
+++ portals/pluto/trunk/portlet2-api/pom.xml Wed Dec 10 15:18:18 2008
@@ -29,7 +29,7 @@
   <artifactId>portlet-api</artifactId>
   <version>2.0</version>
   <packaging>jar</packaging>
-  <name>Portlet 2.0 API</name> 
+  <name>Java Portlet Specification V2.0</name> 
   <description>The Java Portlet API version 2.0 developed by the Java Community Process JSR-286 Expert Group.</description>
   <url>http://www.jcp.org/en/jsr/detail?id=286</url>
   <distributionManagement>
@@ -76,6 +76,12 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-javadoc-plugin</artifactId>
+          <configuration>
+            <doctitle>${pom.name}</doctitle>
+            <windowtitle>${pom.name}</windowtitle>
+            <splitindex>true</splitindex>
+            <bottom>&nbsp;</bottom>
+          </configuration>
           <executions>
             <execution>
               <id>attach-javadocs</id>