You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ba...@apache.org on 2006/01/02 00:23:43 UTC

svn commit: r360592 - /myfaces/tomahawk/trunk/pom.xml

Author: baranda
Date: Sun Jan  1 15:23:39 2006
New Revision: 360592

URL: http://svn.apache.org/viewcvs?rev=360592&view=rev
Log:
Updated tomahawk pom to show project reports

Modified:
    myfaces/tomahawk/trunk/pom.xml

Modified: myfaces/tomahawk/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/pom.xml?rev=360592&r1=360591&r2=360592&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/pom.xml (original)
+++ myfaces/tomahawk/trunk/pom.xml Sun Jan  1 15:23:39 2006
@@ -153,6 +153,77 @@
 		    </executions>
 		  </plugin>
 		</plugins>
-  </build>
+  </build>
+  
+  <reporting>
+	  <plugins>
+	    <plugin>
+	      <inherited>false</inherited>
+	      <groupId>org.apache.maven.plugins</groupId>
+	      <artifactId>maven-project-info-reports-plugin</artifactId>
+	      <reportSets>
+					<reportSet>
+					  <reports>
+	                       <report>project-team</report>					  
+						   <report>dependencies</report>
+						   <report>mailing-list</report>
+                           <report>issue-tracking</report>
+                           <report>license</report>
+                           <report>scm</report>
+					  </reports>
+					</reportSet>
+	      </reportSets>
+	    </plugin>
+      <plugin>
+		<groupId>org.apache.maven.plugins</groupId>
+		<artifactId>maven-javadoc-plugin</artifactId>
+		<version>2.0-beta-3</version>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>jxr-maven-plugin</artifactId>
+      </plugin>      
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>taglist-maven-plugin</artifactId>
+        <version>2.0-beta-1</version>
+        <configuration>
+          <tags>TODO, FIXME, XXX, @deprecated</tags>
+        </configuration>
+      </plugin>
+
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>surefire-report-maven-plugin</artifactId>
+      </plugin>
+      
+      <plugin>
+      <groupId>org.codehaus.mojo</groupId>
+      <artifactId>changelog-maven-plugin</artifactId>
+      <version>2.0-beta-1</version>
+      <reportSets>
+        <reportSet>
+          <id>dual-report</id>
+          <configuration>
+            <type>range</type>
+            <range>30</range>
+          </configuration>
+          <reports>
+            <report>changelog</report>
+            <report>file-activity</report>
+            <report>dev-activity</report>
+          </reports>
+        </reportSet>
+      </reportSets>
+    </plugin>
+            	    
+	  </plugins>
+  </reporting>
+  
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tomahawk</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tomahawk</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/tomahawk</url>
+  </scm>
   
 </project>