You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2005/10/31 06:02:12 UTC

svn commit: r329741 - /maven/components/trunk/pom.xml

Author: brett
Date: Sun Oct 30 21:02:03 2005
New Revision: 329741

URL: http://svn.apache.org/viewcvs?rev=329741&view=rev
Log:
add other archives for users list, arrange reports and exclude those that don't work on non-Java projects for the sake
of the main site.


Modified:
    maven/components/trunk/pom.xml

Modified: maven/components/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/maven/components/trunk/pom.xml?rev=329741&r1=329740&r2=329741&view=diff
==============================================================================
--- maven/components/trunk/pom.xml (original)
+++ maven/components/trunk/pom.xml Sun Oct 30 21:02:03 2005
@@ -28,6 +28,10 @@
       <unsubscribe>users-unsubscribe@maven.apache.org</unsubscribe>
       <post>users@maven.apache.org</post>
       <archive>http://mail-archives.apache.org/mod_mbox/maven-users</archive>
+      <otherArchives>
+        <otherArchive>http://www.mail-archive.com/users@maven.apache.org/</otherArchive>
+        <otherArchive>http://www.nabble.com/Maven---Users-f178.html</otherArchive>
+      </otherArchives>
     </mailingList>
     <mailingList>
       <name>Maven Developer List</name>
@@ -266,17 +270,19 @@
       <plugin>
         <artifactId>maven-checkstyle-plugin</artifactId>
       </plugin>
+      <!-- TODO: should work, even if there are no sources -->
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
-        <artifactId>jxr-maven-plugin</artifactId>
+        <artifactId>changelog-maven-plugin</artifactId>
       </plugin>
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
-        <artifactId>changelog-maven-plugin</artifactId>
+        <artifactId>taglist-maven-plugin</artifactId>
       </plugin>
+<!-- TODO: needs to be adjusted for the "not a java project" case
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
-        <artifactId>taglist-maven-plugin</artifactId>
+        <artifactId>jxr-maven-plugin</artifactId>
       </plugin>
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
@@ -295,9 +301,7 @@
       <plugin>
         <artifactId>maven-pmd-plugin</artifactId>
       </plugin>
-      <plugin>
-        <artifactId>maven-project-info-reports-plugin</artifactId>
-      </plugin>
+-->
     </plugins>
   </reporting>
 </project>