mirror of https://github.com/apache/archiva.git
relocate the resources
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@431774 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7a4e80cad4
commit
c59a986955
46
pom.xml
46
pom.xml
|
@ -32,47 +32,43 @@
|
||||||
administration, artifact handling,
|
administration, artifact handling,
|
||||||
browsing and searching.
|
browsing and searching.
|
||||||
</description>
|
</description>
|
||||||
<url>http://maven.apache.org/repository-manager</url>
|
<url>http://maven.apache.org/archiva</url>
|
||||||
<issueManagement>
|
<issueManagement>
|
||||||
<system>jira</system>
|
<system>jira</system>
|
||||||
<url>http://jira.codehaus.org/browse/MRM</url>
|
<url>http://jira.codehaus.org/browse/MRM</url>
|
||||||
</issueManagement>
|
</issueManagement>
|
||||||
<mailingLists>
|
<mailingLists>
|
||||||
<mailingList>
|
<mailingList>
|
||||||
<name>Maven User List</name>
|
<name>Maven Archiva User List</name>
|
||||||
<subscribe>users-subscribe@maven.apache.org</subscribe>
|
<subscribe>archiva-users-subscribe@maven.apache.org</subscribe>
|
||||||
<unsubscribe>users-unsubscribe@maven.apache.org</unsubscribe>
|
<unsubscribe>archiva-users-unsubscribe@maven.apache.org</unsubscribe>
|
||||||
<post>users@maven.apache.org</post>
|
<post>archiva-users@maven.apache.org</post>
|
||||||
<archive>http://mail-archives.apache.org/mod_mbox/maven-users</archive>
|
<archive>http://mail-archives.apache.org/mod_mbox/maven-archiva-users</archive>
|
||||||
<otherArchives>
|
|
||||||
<otherArchive>http://www.mail-archive.com/users@maven.apache.org/</otherArchive>
|
|
||||||
<otherArchive>http://www.nabble.com/Maven---Users-f178.html</otherArchive>
|
|
||||||
</otherArchives>
|
|
||||||
</mailingList>
|
</mailingList>
|
||||||
<mailingList>
|
<mailingList>
|
||||||
<name>Maven Developer List</name>
|
<name>Maven Archiva Developer List</name>
|
||||||
<subscribe>dev-subscribe@maven.apache.org</subscribe>
|
<subscribe>archiva-dev-subscribe@maven.apache.org</subscribe>
|
||||||
<unsubscribe>dev-unsubscribe@maven.apache.org</unsubscribe>
|
<unsubscribe>archiva-dev-unsubscribe@maven.apache.org</unsubscribe>
|
||||||
<post>dev@maven.apache.org</post>
|
<post>archiva-dev@maven.apache.org</post>
|
||||||
<archive>http://mail-archives.apache.org/mod_mbox/maven-dev</archive>
|
<archive>http://mail-archives.apache.org/mod_mbox/maven-archiva-dev</archive>
|
||||||
</mailingList>
|
</mailingList>
|
||||||
<mailingList>
|
<mailingList>
|
||||||
<name>Maven Commits List</name>
|
<name>Maven Archiva Commits List</name>
|
||||||
<subscribe>commits-subscribe@maven.apache.org</subscribe>
|
<subscribe>archiva-commits-subscribe@maven.apache.org</subscribe>
|
||||||
<unsubscribe>commits-unsubscribe@maven.apache.org</unsubscribe>
|
<unsubscribe>archiva-commits-unsubscribe@maven.apache.org</unsubscribe>
|
||||||
<post>commits@maven.apache.org</post>
|
<post>archiva-commits@maven.apache.org</post>
|
||||||
<archive>http://mail-archives.apache.org/mod_mbox/maven-dev</archive>
|
<archive>http://mail-archives.apache.org/mod_mbox/maven-archiva-commits</archive>
|
||||||
</mailingList>
|
</mailingList>
|
||||||
</mailingLists>
|
</mailingLists>
|
||||||
<scm>
|
<scm>
|
||||||
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/repository-manager/trunk</connection>
|
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/archiva/trunk</connection>
|
||||||
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/repository-manager/trunk</developerConnection>
|
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/archiva/trunk</developerConnection>
|
||||||
<url>http://svn.apache.org/viewcvs.cgi/maven/repository-manager/trunk</url>
|
<url>http://svn.apache.org/viewcvs.cgi/maven/archiva/trunk</url>
|
||||||
</scm>
|
</scm>
|
||||||
<distributionManagement>
|
<distributionManagement>
|
||||||
<site>
|
<site>
|
||||||
<id>apache.website</id>
|
<id>apache.website</id>
|
||||||
<url>scp://minotaur.apache.org/www/maven.apache.org/repository-manager/</url>
|
<url>scp://minotaur.apache.org/www/maven.apache.org/archiva/</url>
|
||||||
</site>
|
</site>
|
||||||
</distributionManagement>
|
</distributionManagement>
|
||||||
<build>
|
<build>
|
||||||
|
@ -112,7 +108,7 @@
|
||||||
<plugin>
|
<plugin>
|
||||||
<artifactId>maven-release-plugin</artifactId>
|
<artifactId>maven-release-plugin</artifactId>
|
||||||
<configuration>
|
<configuration>
|
||||||
<tagBase>https://svn.apache.org/repos/asf/maven/repository-manager/tags</tagBase>
|
<tagBase>https://svn.apache.org/repos/asf/maven/archiva/tags</tagBase>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
|
|
Loading…
Reference in New Issue