diff options
author | Vincent Siveton <vsiveton@apache.org> | 2008-02-18 13:39:04 +0000 |
---|---|---|
committer | Vincent Siveton <vsiveton@apache.org> | 2008-02-18 13:39:04 +0000 |
commit | 17f7bb96b9e2b2668d8259cc8aef5d42fe708e02 (patch) | |
tree | e88f62f93a67dfbace68b978d5f7d2bde86922e2 | |
parent | 346d22d5a199c75cfc9304eadf1046a49c7636e0 (diff) | |
download | archiva-17f7bb96b9e2b2668d8259cc8aef5d42fe708e02.tar.gz archiva-17f7bb96b9e2b2668d8259cc8aef5d42fe708e02.zip |
o updated ML and added ML archives
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/parent@628734 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | pom.xml | 22 |
1 files changed, 19 insertions, 3 deletions
@@ -50,27 +50,43 @@ <unsubscribe>archiva-users-unsubscribe@maven.apache.org</unsubscribe> <post>archiva-users@maven.apache.org</post> <archive>http://mail-archives.apache.org/mod_mbox/maven-archiva-users</archive> + <otherArchives> + <otherArchive>http://www.mail-archive.com/archiva-users@maven.apache.org</otherArchive> + <otherArchive>http://www.nabble.com/archiva-users-f16426.html</otherArchive> + <otherArchive>http://maven.archiva.users.markmail.org/</otherArchive> + </otherArchives> </mailingList> <mailingList> - <name>Archiva Development List</name> + <name>Archiva Developer List</name> <subscribe>archiva-dev-subscribe@maven.apache.org</subscribe> <unsubscribe>archiva-dev-unsubscribe@maven.apache.org</unsubscribe> <post>archiva-dev@maven.apache.org</post> <archive>http://mail-archives.apache.org/mod_mbox/maven-archiva-dev</archive> + <otherArchives> + <otherArchive>http://www.mail-archive.com/archiva-dev@maven.apache.org</otherArchive> + <otherArchive>http://www.nabble.com/archiva-dev-f16427.html</otherArchive> + <otherArchive>http://maven.archiva.dev.markmail.org/</otherArchive> + </otherArchives> </mailingList> <mailingList> <name>Archiva Commits List</name> <subscribe>archiva-commits-subscribe@maven.apache.org</subscribe> <unsubscribe>archiva-commits-unsubscribe@maven.apache.org</unsubscribe> - <post>archiva-commits@maven.apache.org</post> <archive>http://mail-archives.apache.org/mod_mbox/maven-archiva-commits</archive> + <otherArchives> + <otherArchive>http://www.mail-archive.com/archiva-commits@maven.apache.org</otherArchive> + <otherArchive>http://maven.archiva.commits.markmail.org/</otherArchive> + </otherArchives> </mailingList> <mailingList> <name>Archiva Issues List</name> <subscribe>archiva-issues-subscribe@maven.apache.org</subscribe> <unsubscribe>archiva-issues-unsubscribe@maven.apache.org</unsubscribe> - <post>archiva-issues@maven.apache.org</post> <archive>http://mail-archives.apache.org/mod_mbox/maven-archiva-issues</archive> + <otherArchives> + <otherArchive>http://www.mail-archive.com/archiva-issues@maven.apache.org</otherArchive> + <otherArchive>http://www.nabble.com/Archiva---Issues-f29617.html</otherArchive> + </otherArchives> </mailingList> </mailingLists> <scm> |