Author: vsiveton Date: Mon Feb 18 05:23:49 2008 New Revision: 628719 URL: http://svn.apache.org/viewvc?rev=628719&view=rev Log: o added more ML and ML archives
Modified: maven/components/branches/maven-2.0.x/pom.xml Modified: maven/components/branches/maven-2.0.x/pom.xml URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.x/pom.xml?rev=628719&r1=628718&r2=628719&view=diff ============================================================================== --- maven/components/branches/maven-2.0.x/pom.xml (original) +++ maven/components/branches/maven-2.0.x/pom.xml Mon Feb 18 05:23:49 2008 @@ -52,6 +52,66 @@ <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> + <name>Maven Developer List</name> + <subscribe>[EMAIL PROTECTED]</subscribe> + <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> + <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> + <name>Maven Announcements List</name> + <post>[EMAIL PROTECTED]</post> + <subscribe>[EMAIL PROTECTED]</subscribe> + <unsubscribe>[EMAIL PROTECTED]</unsubscribe> + <archive>http://mail-archives.apache.org/mod_mbox/maven-announce/</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> + <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>