Author: ltheussl Date: Sat May 28 18:04:58 2011 New Revision: 1128721 URL: http://svn.apache.org/viewvc?rev=1128721&view=rev Log: update mailing list and pir-scm info
Modified: maven/doxia/site/pom.xml Modified: maven/doxia/site/pom.xml URL: http://svn.apache.org/viewvc/maven/doxia/site/pom.xml?rev=1128721&r1=1128720&r2=1128721&view=diff ============================================================================== --- maven/doxia/site/pom.xml (original) +++ maven/doxia/site/pom.xml Sat May 28 18:04:58 2011 @@ -40,10 +40,53 @@ under the License. <mailingLists> <mailingList> - <name>Doxia Developer List</name> - <post>doxia-...@maven.apache.org</post> - <subscribe>doxia-dev-subscr...@maven.apache.org</subscribe> - <unsubscribe>doxia-dev-unsubscr...@maven.apache.org</unsubscribe> + <name>Maven User List</name> + <subscribe>users-subscr...@maven.apache.org</subscribe> + <unsubscribe>users-unsubscr...@maven.apache.org</unsubscribe> + <post>us...@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://oldnabble.com/Maven---Users-f178.html</otherArchive> + <otherArchive>http://markmail.org/list/org.apache.maven.users</otherArchive> + </otherArchives> + </mailingList> + <mailingList> + <name>Maven Developer List</name> + <subscribe>dev-subscr...@maven.apache.org</subscribe> + <unsubscribe>dev-unsubscr...@maven.apache.org</unsubscribe> + <post>d...@maven.apache.org</post> + <archive>http://mail-archives.apache.org/mod_mbox/maven-dev</archive> + <otherArchives> + <otherArchive>http://www.mail-archive.com/dev@maven.apache.org/</otherArchive> + <otherArchive>http://old.nabble.com/Maven-Developers-f179.html</otherArchive> + <otherArchive>http://markmail.org/list/org.apache.maven.dev</otherArchive> + </otherArchives> + </mailingList> + <mailingList> + <name>Maven Commits List</name> + <subscribe>commits-subscr...@maven.apache.org</subscribe> + <unsubscribe>commits-unsubscr...@maven.apache.org</unsubscribe> + <archive>http://mail-archives.apache.org/mod_mbox/maven-commits</archive> + <otherArchives> + <otherArchive>http://www.mail-archive.com/commits@maven.apache.org</otherArchive> + <otherArchive>http://old.nabble.com/Maven---Commits-f15575.html</otherArchive> + <otherArchive>http://markmail.org/list/org.apache.maven.commits</otherArchive> + </otherArchives> + </mailingList> + <mailingList> + <name>Maven Issues List</name> + <subscribe>issues-subscr...@maven.apache.org</subscribe> + <unsubscribe>issues-unsubscr...@maven.apache.org</unsubscribe> + <archive>http://mail-archives.apache.org/mod_mbox/maven-issues/</archive> + <otherArchives> + <otherArchive>http://www.mail-archive.com/issues@maven.apache.org</otherArchive> + <otherArchive>http://old.nabble.com/Maven---Issues-f15573.html</otherArchive> + <otherArchive>http://markmail.org/list/org.apache.maven.issues</otherArchive> + </otherArchives> + </mailingList> + <mailingList> + <name>Old Doxia Developer List (closed)</name> <archive>http://mail-archives.apache.org/mod_mbox/maven-doxia-dev/</archive> <otherArchives> <otherArchive>http://www.mail-archive.com/doxia-dev@maven.apache.org</otherArchive> @@ -52,10 +95,7 @@ under the License. </otherArchives> </mailingList> <mailingList> - <name>Doxia User List</name> - <post>doxia-us...@maven.apache.org</post> - <subscribe>doxia-users-subscr...@maven.apache.org</subscribe> - <unsubscribe>doxia-users-unsubscr...@maven.apache.org</unsubscribe> + <name>Old Doxia User List (closed)</name> <archive>http://mail-archives.apache.org/mod_mbox/maven-doxia-users/</archive> <otherArchives> <otherArchive>http://www.mail-archive.com/doxia-users@maven.apache.org</otherArchive> @@ -64,9 +104,7 @@ under the License. </otherArchives> </mailingList> <mailingList> - <name>Doxia Commits List</name> - <subscribe>doxia-commits-subscr...@maven.apache.org</subscribe> - <unsubscribe>doxia-commits-unsubscr...@maven.apache.org</unsubscribe> + <name>Old Doxia Commits List (closed)</name> <archive>http://mail-archives.apache.org/mod_mbox/maven-doxia-commits/</archive> <otherArchives> <otherArchive>http://www.mail-archive.com/doxia-commits@maven.apache.org</otherArchive> @@ -272,6 +310,12 @@ under the License. </reports> </reportSet> </reportSets> + <configuration> + <checkoutDirectoryName>doxia</checkoutDirectoryName> + <webAccessUrl>http://svn.apache.org/viewvc/maven/doxia/</webAccessUrl> + <anonymousConnection>scm:svn:http://svn.apache.org/repos/asf/maven/doxia/trunks/</anonymousConnection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/doxia/trunks/</developerConnection> + </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId>