Author: vsiveton Date: Mon Feb 18 05:26:18 2008 New Revision: 628721 URL: http://svn.apache.org/viewvc?rev=628721&view=rev Log: o added more ML and ML archives
Modified: maven/plugins/trunk/pom.xml Modified: maven/plugins/trunk/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/pom.xml?rev=628721&r1=628720&r2=628721&view=diff ============================================================================== --- maven/plugins/trunk/pom.xml (original) +++ maven/plugins/trunk/pom.xml Mon Feb 18 05:26:18 2008 @@ -37,6 +37,7 @@ <url>http://maven.apache.org/plugins/</url> <mailingLists> + <!-- duplication from components - temporary until the site layout is clearer --> <mailingList> <name>Maven User List</name> <subscribe>[EMAIL PROTECTED]</subscribe> @@ -46,6 +47,7 @@ <otherArchives> <otherArchive>http://www.mail-archive.com/[EMAIL PROTECTED]/</otherArchive> <otherArchive>http://www.nabble.com/Maven---Users-f178.html</otherArchive> + <otherArchive>http://maven.users.markmail.org/</otherArchive> </otherArchives> </mailingList> <mailingList> @@ -54,13 +56,33 @@ <unsubscribe>[EMAIL PROTECTED]</unsubscribe> <post>[EMAIL PROTECTED]</post> <archive>http://mail-archives.apache.org/mod_mbox/maven-dev</archive> + <otherArchives> + <otherArchive>http://www.mail-archive.com/[EMAIL PROTECTED]/</otherArchive> + <otherArchive>http://www.nabble.com/Maven-Developers-f179.html</otherArchive> + <otherArchive>http://maven.dev.markmail.org/</otherArchive> + </otherArchives> + </mailingList> + <mailingList> + <name>Maven Issues List</name> + <subscribe>[EMAIL PROTECTED]</subscribe> + <unsubscribe>[EMAIL PROTECTED]</unsubscribe> + <archive>http://mail-archives.apache.org/mod_mbox/maven-issues/</archive> + <otherArchives> + <otherArchive>http://www.mail-archive.com/[EMAIL PROTECTED]</otherArchive> + <otherArchive>http://www.nabble.com/Maven---Issues-f15573.html</otherArchive> + <otherArchive>http://maven.issues.markmail.org/</otherArchive> + </otherArchives> </mailingList> <mailingList> <name>Maven Commits List</name> <subscribe>[EMAIL PROTECTED]</subscribe> <unsubscribe>[EMAIL PROTECTED]</unsubscribe> - <post>commits@maven.apache.org</post> <archive>http://mail-archives.apache.org/mod_mbox/maven-dev</archive> + <otherArchives> + <otherArchive>http://www.mail-archive.com/commits@maven.apache.org</otherArchive> + <otherArchive>http://www.nabble.com/Maven---Commits-f15575.html</otherArchive> + <otherArchive>http://maven.commits.markmail.org/</otherArchive> + </otherArchives> </mailingList> <!-- duplication from parent pom - temporary until they inherit properly --> <mailingList> @@ -69,20 +91,22 @@ <subscribe>[EMAIL PROTECTED]</subscribe> <unsubscribe>[EMAIL PROTECTED]</unsubscribe> <archive>http://mail-archives.apache.org/mod_mbox/maven-announce/</archive> - </mailingList> - <mailingList> - <name>Maven Issues List</name> - <post>[EMAIL PROTECTED]</post> - <subscribe>[EMAIL PROTECTED]</subscribe> - <unsubscribe>[EMAIL PROTECTED]</unsubscribe> - <archive>http://mail-archives.apache.org/mod_mbox/maven-issues/</archive> + <otherArchives> + <otherArchive>http://www.mail-archive.com/[EMAIL PROTECTED]</otherArchive> + <otherArchive>http://www.nabble.com/Maven-Announcements-f15617.html</otherArchive> + <otherArchive>http://maven.announce.markmail.org/</otherArchive> + </otherArchives> </mailingList> <mailingList> <name>Maven Notifications List</name> - <post>[EMAIL PROTECTED]</post> <subscribe>[EMAIL PROTECTED]</subscribe> <unsubscribe>[EMAIL PROTECTED]</unsubscribe> <archive>http://mail-archives.apache.org/mod_mbox/maven-notifications/</archive> + <otherArchives> + <otherArchive>http://www.mail-archive.com/[EMAIL PROTECTED]</otherArchive> + <otherArchive>http://www.nabble.com/Maven---Notifications-f15574.html</otherArchive> + <otherArchive>http://maven.notifications.markmail.org/</otherArchive> + </otherArchives> </mailingList> </mailingLists>