fix mailing lists and add snapshot repo

git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1310295 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-04-06 12:07:57 +00:00
parent dbc3efc145
commit 88692a57c6
1 changed files with 46 additions and 37 deletions

69
pom.xml
View File

@ -125,28 +125,48 @@
<mailingLists> <mailingLists>
<mailingList> <mailingList>
<name>Redback User List</name> <name>Archiva User List</name>
<subscribe>http://xircles.codehaus.org/manage_email/user%40redback.codehaus.org</subscribe> <subscribe>users-subscribe@archiva.apache.org</subscribe>
<unsubscribe>http://xircles.codehaus.org/manage_email/user%40redback.codehaus.org</unsubscribe> <unsubscribe>users-unsubscribe@archiva.apache.org</unsubscribe>
<archive>http://archive.hausfoundation.org/lists/org.codehaus.redback.user</archive> <post>users@archiva.apache.org</post>
<archive>http://mail-archives.apache.org/mod_mbox/archiva-users/</archive>
<otherArchives>
<otherArchive>http://www.mail-archive.com/users@archiva.apache.org</otherArchive>
<otherArchive>http://old.nabble.com/archiva-users-f16426.html</otherArchive>
<otherArchive>http://markmail.org/list/org.apache.archiva.users</otherArchive>
</otherArchives>
</mailingList> </mailingList>
<mailingList> <mailingList>
<name>Redback Developer List</name> <name>Archiva Developer List</name>
<subscribe>http://xircles.codehaus.org/manage_email/dev%40redback.codehaus.org</subscribe> <subscribe>dev-subscribe@archiva.apache.org</subscribe>
<unsubscribe>http://xircles.codehaus.org/manage_email/dev%40redback.codehaus.org</unsubscribe> <unsubscribe>dev-unsubscribe@archiva.apache.org</unsubscribe>
<archive>http://archive.hausfoundation.org/lists/org.codehaus.redback.dev</archive> <post>dev@archiva.apache.org</post>
<archive>http://mail-archives.apache.org/mod_mbox/archiva-dev</archive>
<otherArchives>
<otherArchive>http://www.mail-archive.com/dev@archiva.apache.org</otherArchive>
<otherArchive>http://old.nabble.com/archiva-dev-f16427.html</otherArchive>
<otherArchive>http://markmail.org/list/org.apache.archiva.dev</otherArchive>
</otherArchives>
</mailingList> </mailingList>
<mailingList> <mailingList>
<name>Redback Announce List</name> <name>Archiva Commits List</name>
<subscribe>http://xircles.codehaus.org/manage_email/announce%40redback.codehaus.org</subscribe> <subscribe>commits-subscribe@archiva.apache.org</subscribe>
<unsubscribe>http://xircles.codehaus.org/manage_email/announce%40redback.codehaus.org</unsubscribe> <unsubscribe>commits-unsubscribe@archiva.apache.org</unsubscribe>
<archive>http://archive.hausfoundation.org/lists/org.codehaus.redback.announce</archive> <archive>http://mail-archives.apache.org/mod_mbox/archiva-commits</archive>
<otherArchives>
<otherArchive>http://www.mail-archive.com/commits@archiva.apache.org</otherArchive>
<otherArchive>http://markmail.org/list/org.apache.archiva.commits</otherArchive>
</otherArchives>
</mailingList> </mailingList>
<mailingList> <mailingList>
<name>Redback Commit List</name> <name>Archiva Issues List</name>
<subscribe>http://xircles.codehaus.org/manage_email/scm%40redback.codehaus.org</subscribe> <subscribe>issues-subscribe@archiva.apache.org</subscribe>
<unsubscribe>http://xircles.codehaus.org/manage_email/scm%40redback.codehaus.org</unsubscribe> <unsubscribe>issues-unsubscribe@archiva.apache.org</unsubscribe>
<archive>http://archive.hausfoundation.org/lists/org.codehaus.redback.scm</archive> <archive>http://mail-archives.apache.org/mod_mbox/archiva-issues</archive>
<otherArchives>
<otherArchive>http://www.mail-archive.com/issues@archiva.apache.org</otherArchive>
<otherArchive>http://old.nabble.com/Archiva---Issues-f29617.html</otherArchive>
</otherArchives>
</mailingList> </mailingList>
</mailingLists> </mailingLists>
@ -206,21 +226,10 @@
</properties> </properties>
<repositories> <repositories>
<!-- only needed for these two artifacts that can't be redistributed
javax.transaction:jta:jar:1.0.1B
javax.resource:connector:jar:1.0
<repository> <repository>
<id>java.net</id> <id>archiva.snapshots</id>
<url>http://download.java.net/maven/2</url> <name>Archiva VM Snapshots Repository</name>
<layout>default</layout> <url>https://archiva-repository.apache.org/archiva/repository/snapshots</url>
<releases>
<enabled>true</enabled>
</releases>
</repository>
-->
<repository>
<id>snapshots.codehaus.org</id>
<url>http://snapshots.repository.codehaus.org/</url>
<releases> <releases>
<enabled>false</enabled> <enabled>false</enabled>
</releases> </releases>