Author: olamy Date: Tue Sep 27 19:21:15 2011 New Revision: 1176539 URL: http://svn.apache.org/viewvc?rev=1176539&view=rev Log: add mailing lists
Modified: tomcat/maven-plugin/trunk/pom.xml Modified: tomcat/maven-plugin/trunk/pom.xml URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/pom.xml?rev=1176539&r1=1176538&r2=1176539&view=diff ============================================================================== --- tomcat/maven-plugin/trunk/pom.xml (original) +++ tomcat/maven-plugin/trunk/pom.xml Tue Sep 27 19:21:15 2011 @@ -95,6 +95,95 @@ </license> </licenses> + <mailingLists> + <mailingList> + <name>User List</name> + <subscribe>users-subscr...@tomcat.apache.org</subscribe> + <unsubscribe>users-unsubscr...@tomcat.apache.org</unsubscribe> + <post>us...@tomcat.apache.org</post> + <archive>http://mail-archives.apache.org/mod_mbox/tomcat-users/</archive> + <otherArchives> + <otherArchive>http://marc.info/?l=tomcat-user</otherArchive> + <otherArchive>http://markmail.org/list/org.apache.tomcat.user/</otherArchive> + <otherArchive>http://old.nabble.com/Tomcat---User-f342.html</otherArchive> + <otherArchive>http://www.mail-archive.com/users@tomcat.apache.org/</otherArchive> + </otherArchives> + </mailingList> + + <mailingList> + <name>Development List</name> + <subscribe>dev-subscr...@tomcat.apache.org</subscribe> + <unsubscribe>dev-unsubscr...@tomcat.apache.org</unsubscribe> + <post>dev@tomcat.apache.org</post> + <archive>http://mail-archives.apache.org/mod_mbox/tomcat-dev/</archive> + <otherArchives> + <otherArchive>http://marc.info/?l=tomcat-dev</otherArchive> + <otherArchive>http://markmail.org/list/org.apache.tomcat.dev/</otherArchive> + <otherArchive>http://old.nabble.com/Tomcat---Dev-f341.html</otherArchive> + <otherArchive>http://www.mail-archive.com/dev@tomcat.apache.org/</otherArchive> + </otherArchives> + </mailingList> + + <mailingList> + <name>Announcements List</name> + <subscribe>announce-subscr...@tomcat.apache.org</subscribe> + <unsubscribe>announce-unsubscr...@tomcat.apache.org</unsubscribe> + <post>N/A</post> + <archive>http://mail-archives.apache.org/mod_mbox/tomcat-announce/</archive> + <otherArchives> + <otherArchive>http://marc.info/?l=tomcat-announce</otherArchive> + <otherArchive>http://markmail.org/list/org.apache.tomcat.announce/</otherArchive> + <otherArchive>http://www.mail-archive.com/announce@tomcat.apache.org/</otherArchive> + </otherArchives> + </mailingList> + + + + <!-- old mailing lists from codehaus --> + <mailingList> + <name>Legacy Development List</name> + <subscribe>dev-subscr...@mojo.codehaus.org</subscribe> + <unsubscribe>dev-unsubscr...@mojo.codehaus.org</unsubscribe> + <post>d...@mojo.codehaus.org</post> + <archive>http://archive.codehaus.org/lists/org.codehaus.mojo.dev</archive> + <otherArchives> + <otherArchive>http://old.nabble.com/mojo---dev-f11981.html</otherArchive> + <otherArchive>http://markmail.org/list/org.codehaus.mojo.dev</otherArchive> + </otherArchives> + </mailingList> + <mailingList> + <name>Legacy User List</name> + <subscribe>user-subscr...@mojo.codehaus.org</subscribe> + <unsubscribe>user-unsubscr...@mojo.codehaus.org</unsubscribe> + <post>u...@mojo.codehaus.org</post> + <archive>http://archive.codehaus.org/lists/org.codehaus.mojo.user</archive> + <otherArchives> + <otherArchive>http://old.nabble.com/mojo---user-f11980.html</otherArchive> + <otherArchive>http://markmail.org/list/org.codehaus.mojo.user</otherArchive> + </otherArchives> + </mailingList> + <mailingList> + <name>Legacy Commits List</name> + <subscribe>scm-subscr...@mojo.codehaus.org</subscribe> + <unsubscribe>scm-unsubscr...@mojo.codehaus.org</unsubscribe> + <archive>http://archive.codehaus.org/lists/org.codehaus.mojo.scm</archive> + <otherArchives> + <otherArchive>http://markmail.org/list/org.codehaus.mojo.scm</otherArchive> + </otherArchives> + </mailingList> + <mailingList> + <name>Legacy Announcements List</name> + <subscribe>announce-subscr...@mojo.codehaus.org</subscribe> + <unsubscribe>announce-unsubscr...@mojo.codehaus.org</unsubscribe> + <post>annou...@mojo.codehaus.org</post> + <archive>http://archive.codehaus.org/lists/org.codehaus.mojo.announce</archive> + <otherArchives> + <otherArchive>http://old.nabble.com/mojo---announce-f11982.html</otherArchive> + <otherArchive>http://markmail.org/list/org.codehaus.mojo.announce</otherArchive> + </otherArchives> + </mailingList> + </mailingLists> + <scm> <connection>scm:svn:http://svn.apache.org/repos/asf/tomcat/maven-plugin/trunk/</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/tomcat/maven-plugin/trunk/</developerConnection> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org