Author: hlship
Date: Sun Feb 18 12:25:05 2007
New Revision: 508981

URL: http://svn.apache.org/viewvc?view=rev&rev=508981
Log:
Add the tapestry-component-report module.

Modified:
    tapestry/tapestry5/tapestry-project/trunk/pom.xml
    tapestry/tapestry5/tapestry-project/trunk/src/site/apt/index.apt
    tapestry/tapestry5/tapestry-project/trunk/src/site/site.xml

Modified: tapestry/tapestry5/tapestry-project/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/tapestry-project/trunk/pom.xml?view=diff&rev=508981&r1=508980&r2=508981
==============================================================================
--- tapestry/tapestry5/tapestry-project/trunk/pom.xml (original)
+++ tapestry/tapestry5/tapestry-project/trunk/pom.xml Sun Feb 18 12:25:05 2007
@@ -88,6 +88,8 @@
                -->
                <!-- Now we're getting into the archetypes. -->
                <module>../tapestry-simple</module>
+               <!-- And the Maven plugin. -->
+               <module>../tapestry-component-report</module>
        </modules>
        <dependencyManagement>
                <dependencies>
@@ -164,19 +166,6 @@
                                </plugin>
                                <plugin>
                                        
<groupId>org.apache.maven.plugins</groupId>
-                                       
<artifactId>maven-gpg-plugin</artifactId>
-                                       <executions>
-                                               <execution>
-                                                       <id>sign-artifacts</id>
-                                                       <phase>verify</phase>
-                                                       <goals>
-                                                               
<goal>sign</goal>
-                                                       </goals>
-                                               </execution>
-                                       </executions>
-                               </plugin>
-                               <plugin>
-                                       
<groupId>org.apache.maven.plugins</groupId>
                                        
<artifactId>maven-source-plugin</artifactId>
                                        <executions>
                                                <execution>
@@ -324,6 +313,7 @@
        <properties>
                <!-- Version 2.1-SNAPSHOT lists everything as 100% covered, 
wierd. -->
                <cobertura-plugin-version>2.0</cobertura-plugin-version>
+               
<component-report-version>5.0.2-SNAPSHOT</component-report-version>
        </properties>
 
 </project>

Modified: tapestry/tapestry5/tapestry-project/trunk/src/site/apt/index.apt
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/tapestry-project/trunk/src/site/apt/index.apt?view=diff&rev=508981&r1=508980&r2=508981
==============================================================================
--- tapestry/tapestry5/tapestry-project/trunk/src/site/apt/index.apt (original)
+++ tapestry/tapestry5/tapestry-project/trunk/src/site/apt/index.apt Sun Feb 18 
12:25:05 2007
@@ -80,6 +80,9 @@
   []
   
 Current Status
+
+  A Maven plugin to generate documentation about components and parameters has 
been added:
+  {{{tapestry-component-report/}tapestry-component-report}}.
  
   {{{http://www.formos.com}Formos}} has donated hardware and bandwith to 
support the Tapestry project, starting
   with a {{{http://tapestry.formos.com/bamboo}continuous integration site} 
running on

Modified: tapestry/tapestry5/tapestry-project/trunk/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/tapestry-project/trunk/src/site/site.xml?view=diff&rev=508981&r1=508980&r2=508981
==============================================================================
--- tapestry/tapestry5/tapestry-project/trunk/src/site/site.xml (original)
+++ tapestry/tapestry5/tapestry-project/trunk/src/site/site.xml Sun Feb 18 
12:25:05 2007
@@ -36,8 +36,9 @@
             <item name="tapestry-ioc" href="tapestry-ioc"/>
         </menu>
         
-        <menu name="Tapestry 5 Archetypes">
-            <item name="tapestry-simple" href="tapestry-simple/"/>
+        <menu name="Tapestry 5 Maven Support">
+            <item name="tapestry-simple" href="tapestry-simple/"/>
+            <item name="tapestry-component-report" 
href="tapestry-component-report/"/>
         </menu>
 
         <menu name="Developer Info">


Reply via email to