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/09/03 20:49:01 UTC

svn commit: r572401 - in /tapestry/tapestry5/trunk: pom.xml tapestry-component-report/pom.xml tapestry-core/pom.xml tapestry-hibernate/pom.xml tapestry-ioc/pom.xml tapestry-spring/pom.xml tapestry-test/pom.xml tapestry-upload/pom.xml

Author: hlship
Date: Mon Sep  3 11:48:59 2007
New Revision: 572401

URL: http://svn.apache.org/viewvc?rev=572401&view=rev
Log:
TAPESTRY-1607: Tapestry modules should have a link to Tapestry's JIRA instance

Modified:
    tapestry/tapestry5/trunk/pom.xml
    tapestry/tapestry5/trunk/tapestry-component-report/pom.xml
    tapestry/tapestry5/trunk/tapestry-core/pom.xml
    tapestry/tapestry5/trunk/tapestry-hibernate/pom.xml
    tapestry/tapestry5/trunk/tapestry-ioc/pom.xml
    tapestry/tapestry5/trunk/tapestry-spring/pom.xml
    tapestry/tapestry5/trunk/tapestry-test/pom.xml
    tapestry/tapestry5/trunk/tapestry-upload/pom.xml

Modified: tapestry/tapestry5/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/pom.xml?rev=572401&r1=572400&r2=572401&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/pom.xml (original)
+++ tapestry/tapestry5/trunk/pom.xml Mon Sep  3 11:48:59 2007
@@ -9,6 +9,10 @@
   <name>Tapestry 5 Project</name>
   <inceptionYear>2006</inceptionYear>
   <url>http://tapestry.apache.org/tapestry5/</url>
+  <issueManagement>
+    <system>Jira</system>
+    <url>https://issues.apache.org/jira/browse/TAPESTRY</url>
+  </issueManagement>
   <licenses>
     <license>
       <name>Apache Software License 2.0</name>
@@ -21,8 +25,10 @@
     <url>http://www.apache.org</url>
   </organization>
   <scm>
-    <connection> scm:svn:https://svn.apache.org/repos/asf/tapestry/tapestry5/trunk/ </connection>
-    <url> http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/ </url>
+    <connection>
+      scm:svn:https://svn.apache.org/repos/asf/tapestry/tapestry5/trunk/
+    </connection>
+    <url>http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/</url>
   </scm>
   <developers>
     <developer>
@@ -56,20 +62,26 @@
     <mailingList>
       <name>Tapestry User List</name>
       <subscribe>users-subscribe@tapestry.apache.org</subscribe>
-      <unsubscribe> users-unsubscribe@tapestry.apache.org </unsubscribe>
-      <archive> http://mail-archives.apache.org/mod_mbox/tapestry-users/ </archive>
+      <unsubscribe>users-unsubscribe@tapestry.apache.org</unsubscribe>
+      <archive>
+        http://mail-archives.apache.org/mod_mbox/tapestry-users/
+      </archive>
     </mailingList>
     <mailingList>
       <name>Tapestry Developer List</name>
       <subscribe>dev-subscribe@tapestry.apache.org</subscribe>
-      <unsubscribe> dev-unsubscribe@tapestry.apache.org </unsubscribe>
-      <archive> http://mail-archives.apache.org/mod_mbox/tapestry-dev/ </archive>
+      <unsubscribe>dev-unsubscribe@tapestry.apache.org</unsubscribe>
+      <archive>
+        http://mail-archives.apache.org/mod_mbox/tapestry-dev/
+      </archive>
     </mailingList>
     <mailingList>
       <name>Tapestry Commits List</name>
       <subscribe>commits-subscribe@tapestry.apache.org</subscribe>
-      <unsubscribe> commits-unsubscribe@tapestry.apache.org </unsubscribe>
-      <archive> http://mail-archives.apache.org/mod_mbox/tapestry-commits/ </archive>
+      <unsubscribe>commits-unsubscribe@tapestry.apache.org</unsubscribe>
+      <archive>
+        http://mail-archives.apache.org/mod_mbox/tapestry-commits/
+      </archive>
     </mailingList>
   </mailingLists>
 
@@ -77,42 +89,42 @@
     <module>tapestry-test</module>
     <module>tapestry-ioc</module>
     <module>tapestry-core</module>
-    
+
 
     <module>tapestry-spring</module>
     <module>tapestry-hibernate</module>
     <module>tapestry-upload</module>
-   
+
 
     <!-- Now we're getting into the archetypes. -->
     <module>quickstart</module>
     <!-- And the Maven plugin. -->
     <module>tapestry-component-report</module>
-    
+
     <!-- Tutorials -->
-    
+
     <module>tapestry-tutorial1</module>
-    
+
   </modules>
   <dependencyManagement>
     <dependencies>
 
-      
+
       <dependency>
         <groupId>javax.servlet</groupId>
         <artifactId>servlet-api</artifactId>
         <version>2.4</version>
         <scope>provided</scope>
       </dependency>
-      
+
       <dependency>
         <groupId>jboss</groupId>
         <artifactId>javassist</artifactId>
         <version>3.4.ga</version>
       </dependency>
-      
 
-      
+
+
       <dependency>
         <groupId>org.easymock</groupId>
         <artifactId>easymock</artifactId>
@@ -192,7 +204,7 @@
           <version>2.3</version>
           <configuration>
             <suiteXmlFiles>
-              <suiteXmlFile> src/test/conf/testng.xml </suiteXmlFile>
+              <suiteXmlFile>src/test/conf/testng.xml</suiteXmlFile>
             </suiteXmlFiles>
             <argLine>-Xmx500m</argLine>
             <redirectTestOutputToFile>true</redirectTestOutputToFile>
@@ -228,46 +240,36 @@
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
-        <artifactId> maven-project-info-reports-plugin </artifactId>
+        <artifactId>maven-project-info-reports-plugin</artifactId>
         <reportSets>
           <reportSet>
             <reports>
-              <report>dependencies</report>
               <report>license</report>
               <report>scm</report>
               <report>project-team</report>
               <report>mailing-list</report>
               <report>cim</report>
+              <report>issue-tracking</report>
             </reports>
           </reportSet>
         </reportSets>
       </plugin>
-      
-      <plugin>
+
+      <!--       
+        <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
-        <!-- Had a classloader problem with version 2.0.3 -->
-        <!--        <version>2.0</version> -->
         <configuration>
-          <!--
-            <tags>
-            <tag>
-            <name>todo</name>
-            <!- - Should be a combinaison of the letters Xaoptcmf - ->
-            <placement>a</placement>
-            <head>To do something:</head>
-            </tag>
-            </tags> -->
-          <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>
-          <aggregate>true</aggregate>
+        <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>
+        <aggregate>true</aggregate>
         </configuration>
-      </plugin>
+        </plugin> -->
     </plugins>
   </reporting>
   <repositories>
@@ -277,7 +279,9 @@
     </repository>
     <repository>
       <id>tapestry-snapshot</id>
-      <url>http://people.apache.org/~hlship/tapestry-snapshot-repository</url>
+      <url>
+        http://people.apache.org/~hlship/tapestry-snapshot-repository
+      </url>
       <snapshots>
         <enabled>true</enabled>
       </snapshots>
@@ -311,34 +315,40 @@
   </pluginRepositories>
 
   <!-- Be sure to have the following in your ~/.m2/settings.xml
-		
-		<servers>
-		<server> <id>tapestry</id> <username>hlship</username>  </server>
-		</servers>
-		
-		Adjust for your personal apache.org user name. Otherwise (especially on Windows),
-		Maven and ssh trip over the user name when remote logging in.
-		
-		The <id> element below is used to rendevous with server data from settings.xml
-		in order to determine meta-information such as remote username. 
-		
-		Don't put your password in settings.xml; just upload to apache.org your
-		public key and make sure to ssh-add before invoking Maven.
-		
-	-->
+    
+    <servers>
+    <server> <id>tapestry</id> <username>hlship</username>  </server>
+    </servers>
+    
+    Adjust for your personal apache.org user name. Otherwise (especially on Windows),
+    Maven and ssh trip over the user name when remote logging in.
+    
+    The <id> element below is used to rendevous with server data from settings.xml
+    in order to determine meta-information such as remote username. 
+    
+    Don't put your password in settings.xml; just upload to apache.org your
+    public key and make sure to ssh-add before invoking Maven.
+    
+  -->
 
   <distributionManagement>
     <site>
       <id>tapestry</id>
-      <url>scpexe://people.apache.org/www/tapestry.apache.org/tapestry5/ </url>
+      <url>
+        scpexe://people.apache.org/www/tapestry.apache.org/tapestry5/
+      </url>
     </site>
     <repository>
       <id>tapestry</id>
-      <url>scpexe://people.apache.org/home/hlship/public_html/tapestry-ibiblio-rsynch-repository</url>
+      <url>
+        scpexe://people.apache.org/home/hlship/public_html/tapestry-ibiblio-rsynch-repository
+      </url>
     </repository>
     <snapshotRepository>
       <id>tapestry-snapshot</id>
-      <url>scpexe://people.apache.org/home/hlship/public_html/tapestry-snapshot-repository</url>
+      <url>
+        scpexe://people.apache.org/home/hlship/public_html/tapestry-snapshot-repository
+      </url>
     </snapshotRepository>
   </distributionManagement>
 

Modified: tapestry/tapestry5/trunk/tapestry-component-report/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-component-report/pom.xml?rev=572401&r1=572400&r2=572401&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-component-report/pom.xml (original)
+++ tapestry/tapestry5/trunk/tapestry-component-report/pom.xml Mon Sep  3 11:48:59 2007
@@ -6,8 +6,10 @@
   <artifactId>tapestry-component-report</artifactId>
   <packaging>maven-plugin</packaging>
   <name>Tapestry Component Parameters Report</name>
-  <description>Generates component parameter documentation for Tapestry components, mixins (and base
-    classes)</description>
+  <description>
+    Generates component parameter documentation for Tapestry components,
+    mixins (and base classes)
+  </description>
   <parent>
     <groupId>org.apache.tapestry</groupId>
     <artifactId>tapestry-project</artifactId>
@@ -108,6 +110,18 @@
     <plugins>
       <plugin>
         <artifactId>maven-plugin-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-project-info-reports-plugin</artifactId>
+        <reportSets>
+          <reportSet>
+            <reports>
+              <report>summary</report>
+              <report>dependencies</report>
+            </reports>
+          </reportSet>
+        </reportSets>
       </plugin>
     </plugins>
   </reporting>

Modified: tapestry/tapestry5/trunk/tapestry-core/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/pom.xml?rev=572401&r1=572400&r2=572401&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-core/pom.xml (original)
+++ tapestry/tapestry5/trunk/tapestry-core/pom.xml Mon Sep  3 11:48:59 2007
@@ -11,6 +11,10 @@
     <version>5.0.6-SNAPSHOT</version>
   </parent>
   <name>Tapestry Core Library</name>
+  <description>
+    Central module for Tapestry, containing interfaces to the Java
+    Servlet API and all core services and components.
+  </description>
   <inceptionYear>2006</inceptionYear>
 
   <dependencies>
@@ -54,7 +58,7 @@
         <artifactId>maven-assembly-plugin</artifactId>
       </plugin>
       <!-- This gets the plugin to clean up the cobertura.ser file left
-                in the root directory. -->
+        in the root directory. -->
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>cobertura-maven-plugin</artifactId>
@@ -73,6 +77,19 @@
   <reporting>
     <plugins>
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-project-info-reports-plugin</artifactId>
+        <reportSets>
+          <reportSet>
+            <reports>
+              <report>summary</report>
+              <report>dependencies</report>
+            </reports>
+          </reportSet>
+        </reportSets>
+      </plugin>
+
+      <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>cobertura-maven-plugin</artifactId>
         <version>${cobertura-plugin-version}</version>
@@ -92,4 +109,4 @@
       </plugin>
     </plugins>
   </reporting>
-</project>
+</project>

Modified: tapestry/tapestry5/trunk/tapestry-hibernate/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-hibernate/pom.xml?rev=572401&r1=572400&r2=572401&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-hibernate/pom.xml (original)
+++ tapestry/tapestry5/trunk/tapestry-hibernate/pom.xml Mon Sep  3 11:48:59 2007
@@ -5,7 +5,10 @@
   <groupId>org.apache.tapestry</groupId>
   <artifactId>tapestry-hibernate</artifactId>
   <name>Tapestry/Hibernate Integration Library</name>
-  <description>Provides support for simple CRUD applications built ontop of Tapestry and Hibernate</description>
+  <description>
+    Provides support for simple CRUD applications built on top of
+    Tapestry and Hibernate
+  </description>
   <packaging>jar</packaging>
   <parent>
     <groupId>org.apache.tapestry</groupId>
@@ -47,10 +50,10 @@
     <!-- Provided -->
 
     <!-- The Hibernate dependencies are provided; which gives the final application
-         the ability to choose the appropriate version.  Further, in many cases
-         (such as JBoss deployment), they are, in fact, provided by the
-         container.  For a Tomcat deployment, you're more likely to include
-         the hibernate JARs and dependencies inside the WAR. -->
+      the ability to choose the appropriate version.  Further, in many cases
+      (such as JBoss deployment), they are, in fact, provided by the
+      container.  For a Tomcat deployment, you're more likely to include
+      the hibernate JARs and dependencies inside the WAR. -->
     <dependency>
       <groupId>org.hibernate</groupId>
       <artifactId>hibernate</artifactId>
@@ -63,7 +66,7 @@
         </exclusion>
       </exclusions>
     </dependency>
-    
+
     <dependency>
       <groupId>geronimo-spec</groupId>
       <artifactId>geronimo-spec-jta</artifactId>
@@ -72,7 +75,7 @@
     </dependency>
 
     <!-- The annotations should be compatible with the 3.2.2.ga release of the
-         core package. -->
+      core package. -->
     <dependency>
       <groupId>org.hibernate</groupId>
       <artifactId>hibernate-annotations</artifactId>
@@ -125,7 +128,9 @@
         <configuration>
           <archive>
             <manifestEntries>
-              <Tapestry-Module-Classes>org.apache.tapestry.hibernate.HibernateModule</Tapestry-Module-Classes>
+              <Tapestry-Module-Classes>
+                org.apache.tapestry.hibernate.HibernateModule
+              </Tapestry-Module-Classes>
             </manifestEntries>
           </archive>
         </configuration>
@@ -145,15 +150,27 @@
         <artifactId>maven-surefire-report-plugin</artifactId>
       </plugin>
 
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-project-info-reports-plugin</artifactId>
+        <reportSets>
+          <reportSet>
+            <reports>
+              <report>summary</report>
+              <report>dependencies</report>
+            </reports>
+          </reportSet>
+        </reportSets>
+      </plugin>
 
       <!--      <plugin>
         <groupId>org.apache.tapestry</groupId>
         <artifactId>tapestry-component-report</artifactId>
         <version>5.0.2</version>
         <configuration>
-          <rootPackage>org.apache.tapestry.corelib</rootPackage>
+        <rootPackage>org.apache.tapestry.corelib</rootPackage>
         </configuration>
-      </plugin>-->
+        </plugin>-->
     </plugins>
   </reporting>
 </project>

Modified: tapestry/tapestry5/trunk/tapestry-ioc/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-ioc/pom.xml?rev=572401&r1=572400&r2=572401&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-ioc/pom.xml (original)
+++ tapestry/tapestry5/trunk/tapestry-ioc/pom.xml Mon Sep  3 11:48:59 2007
@@ -12,6 +12,10 @@
     <version>5.0.6-SNAPSHOT</version>
   </parent>
   <name>Tapestry Inversion of Control Container</name>
+  <description>
+    A code-centric, high-performance, simple Inversion of Control
+    container.
+  </description>
   <inceptionYear>2006</inceptionYear>
 
   <dependencies>
@@ -20,13 +24,13 @@
       <artifactId>javassist</artifactId>
     </dependency>
 
-    
+
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-api</artifactId>
       <version>1.4.3</version>
     </dependency>
-    
+
     <!-- 0.00001% of applications will need to override this dependency to not use Log4J. -->
     <dependency>
       <groupId>org.slf4j</groupId>
@@ -40,13 +44,13 @@
         </exclusion>
       </exclusions>
     </dependency>
-    
+
     <dependency>
       <groupId>log4j</groupId>
       <artifactId>log4j</artifactId>
       <version>1.2.14</version>
     </dependency>
-    
+
 
     <!-- Override parent pom: needed at compile time. -->
     <dependency>
@@ -59,7 +63,7 @@
       <groupId>org.testng</groupId>
       <artifactId>testng</artifactId>
       <!-- Looks like if you override scope, you have to provide version (and classifier) as well.
-                Or perhaps this has something to do with classifier. -->
+        Or perhaps this has something to do with classifier. -->
       <version>5.1</version>
       <classifier>jdk15</classifier>
       <scope>provided</scope>
@@ -80,7 +84,7 @@
         <artifactId>maven-assembly-plugin</artifactId>
       </plugin>
       <!-- This gets the plugin to clean up the cobertura.ser file left
-                in the root directory. -->
+        in the root directory. -->
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>cobertura-maven-plugin</artifactId>
@@ -99,6 +103,18 @@
   <reporting>
     <plugins>
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-project-info-reports-plugin</artifactId>
+        <reportSets>
+          <reportSet>
+            <reports>
+              <report>summary</report>
+              <report>dependencies</report>
+            </reports>
+          </reportSet>
+        </reportSets>
+      </plugin>
+      <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>cobertura-maven-plugin</artifactId>
         <!-- Version 2.1 is broken. -->
@@ -110,4 +126,4 @@
       </plugin>
     </plugins>
   </reporting>
-</project>
+</project>

Modified: tapestry/tapestry5/trunk/tapestry-spring/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-spring/pom.xml?rev=572401&r1=572400&r2=572401&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-spring/pom.xml (original)
+++ tapestry/tapestry5/trunk/tapestry-spring/pom.xml Mon Sep  3 11:48:59 2007
@@ -7,7 +7,9 @@
   <artifactId>tapestry-spring</artifactId>
   <name>Tapestry/Spring Integration Library</name>
   <packaging>jar</packaging>
-  <description>Provides integration of Tapestry with the Spring IoC container.</description>
+  <description>
+    Provides integration of Tapestry with the Spring IoC container.
+  </description>
   <parent>
     <groupId>org.apache.tapestry</groupId>
     <artifactId>tapestry-project</artifactId>
@@ -73,6 +75,18 @@
   </build>
   <reporting>
     <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-project-info-reports-plugin</artifactId>
+        <reportSets>
+          <reportSet>
+            <reports>
+              <report>summary</report>
+              <report>dependencies</report>
+            </reports>
+          </reportSet>
+        </reportSets>
+      </plugin>
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>cobertura-maven-plugin</artifactId>

Modified: tapestry/tapestry5/trunk/tapestry-test/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-test/pom.xml?rev=572401&r1=572400&r2=572401&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-test/pom.xml (original)
+++ tapestry/tapestry5/trunk/tapestry-test/pom.xml Mon Sep  3 11:48:59 2007
@@ -5,7 +5,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.tapestry</groupId>
   <artifactId>tapestry-test</artifactId>
-   <name>Tapestry Test Utilities</name>
+  <name>Tapestry Test Utilities</name>
   <inceptionYear>2007</inceptionYear>
   <description>Test utilities needed by Tapestry</description>
   <parent>
@@ -15,18 +15,18 @@
   </parent>
 
   <dependencies>
-  <dependency>
-    <groupId>org.openqa.selenium.client-drivers</groupId>
-    <artifactId>selenium-java-client-driver</artifactId>
-    <version>0.8.1</version>
-    <scope>compile</scope>
-  </dependency>
-  <dependency>
-    <groupId>org.openqa.selenium.server</groupId>
-    <artifactId>selenium-server</artifactId>
-    <version>0.8.1</version>
-    <scope>compile</scope>
-  </dependency>
+    <dependency>
+      <groupId>org.openqa.selenium.client-drivers</groupId>
+      <artifactId>selenium-java-client-driver</artifactId>
+      <version>0.8.1</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.openqa.selenium.server</groupId>
+      <artifactId>selenium-server</artifactId>
+      <version>0.8.1</version>
+      <scope>compile</scope>
+    </dependency>
     <dependency>
       <groupId>org.testng</groupId>
       <artifactId>testng</artifactId>
@@ -47,4 +47,20 @@
       </plugin>
     </plugins>
   </build>
+  <reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-project-info-reports-plugin</artifactId>
+        <reportSets>
+          <reportSet>
+            <reports>
+              <report>summary</report>
+              <report>dependencies</report>
+            </reports>
+          </reportSet>
+        </reportSets>
+      </plugin>
+    </plugins>
+  </reporting>
 </project>

Modified: tapestry/tapestry5/trunk/tapestry-upload/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-upload/pom.xml?rev=572401&r1=572400&r2=572401&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-upload/pom.xml (original)
+++ tapestry/tapestry5/trunk/tapestry-upload/pom.xml Mon Sep  3 11:48:59 2007
@@ -7,7 +7,10 @@
   <artifactId>tapestry-upload</artifactId>
   <name>Tapestry File Upload Component Library</name>
   <packaging>jar</packaging>
-  <description>Provides a file upload component for Tapestry, based on Jakarta commons-fileupload.</description>
+  <description>
+    Provides a file upload component for Tapestry, based on Jakarta
+    commons-fileupload.
+  </description>
   <parent>
     <groupId>org.apache.tapestry</groupId>
     <artifactId>tapestry-project</artifactId>
@@ -83,16 +86,29 @@
         <configuration>
           <archive>
             <manifestEntries>
-              <Tapestry-Module-Classes>org.apache.tapestry.upload.services.UploadModule</Tapestry-Module-Classes>
+              <Tapestry-Module-Classes>
+                org.apache.tapestry.upload.services.UploadModule
+              </Tapestry-Module-Classes>
             </manifestEntries>
           </archive>
         </configuration>
       </plugin>
-
     </plugins>
   </build>
   <reporting>
     <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-project-info-reports-plugin</artifactId>
+        <reportSets>
+          <reportSet>
+            <reports>
+              <report>summary</report>
+              <report>dependencies</report>
+            </reports>
+          </reportSet>
+        </reportSets>
+      </plugin>
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>cobertura-maven-plugin</artifactId>