You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by hl...@apache.org on 2007/02/18 21:46:53 UTC

svn commit: r508991 - /tapestry/tapestry5/tapestry-core/trunk/pom.xml

Author: hlship
Date: Sun Feb 18 12:46:52 2007
New Revision: 508991

URL: http://svn.apache.org/viewvc?view=rev&rev=508991
Log:
Enable the component report plugin for the core library.

Modified:
    tapestry/tapestry5/tapestry-core/trunk/pom.xml

Modified: tapestry/tapestry5/tapestry-core/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/tapestry-core/trunk/pom.xml?view=diff&rev=508991&r1=508990&r2=508991
==============================================================================
--- tapestry/tapestry5/tapestry-core/trunk/pom.xml (original)
+++ tapestry/tapestry5/tapestry-core/trunk/pom.xml Sun Feb 18 12:46:52 2007
@@ -114,7 +114,6 @@
                     <linksource>true</linksource>
                     <links>
                         <link>http://java.sun.com/j2se/1.5.0/docs/api/</link>
-                        <link>http://java.sun.com/j2ee/1.4/docs/api/</link>
                         <link>http://jakarta.apache.org/commons/logging/apidocs/</link>
                     </links>
                     <stylesheetfile>${basedir}/src/site/resources/css/jdstyle.css</stylesheetfile>
@@ -128,6 +127,15 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-surefire-report-plugin</artifactId>
+            </plugin>
+            
+            <plugin>
+                <groupId>org.apache.tapestry</groupId>
+                <artifactId>tapestry-component-report</artifactId>
+                <version>${component-report-version}</version>
+                <configuration>
+                    <rootPackage>org.apache.tapestry.corelib</rootPackage>
+                </configuration>                
             </plugin>
         </plugins>
     </reporting>