Browse Source

update SVN URLs


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@642455 13f79535-47bb-0310-9956-ffa450edef68
tags/archiva-r676265
Brett Porter 16 years ago
parent
commit
5582e7aec3
3 changed files with 9 additions and 9 deletions
  1. 1
    1
      archiva-docs/src/site/apt/customising/writing-consumer.apt
  2. 4
    4
      pom-4.1.0.xml
  3. 4
    4
      pom.xml

+ 1
- 1
archiva-docs/src/site/apt/customising/writing-consumer.apt View File

@@ -31,7 +31,7 @@ Writing a Consumer Plugin
For a sample custom consumer, you can checkout the archiva-consumer-plugin at the archiva sandbox in the SVN repository:

+----+
http://svn.apache.org/repos/asf/maven/sandbox/trunk/archiva/archiva-consumer-plugin
http://svn.apache.org/repos/asf/maven/archiva/sandbox/archiva-consumer-plugin
+----+

Below are the steps on how to create a custom repository consumer and plug it in Archiva:

+ 4
- 4
pom-4.1.0.xml View File

@@ -35,9 +35,9 @@
<artifactId>archiva</artifactId>
<packaging>pom</packaging>
<version>1.1-SNAPSHOT</version>
<scm connection="scm:svn:http://svn.apache.org/repos/asf/maven/archiva/trunk"
developerConnection="scm:svn:https://svn.apache.org/repos/asf/maven/archiva/trunk"
url="http://svn.apache.org/viewcvs.cgi/maven/archiva/trunk"/>
<scm connection="scm:svn:http://svn.apache.org/repos/asf/archiva/trunk"
developerConnection="scm:svn:https://svn.apache.org/repos/asf/archiva/trunk"
url="http://svn.apache.org/viewcvs.cgi/archiva/trunk"/>

<url>http://maven.apache.org/archiva/</url>
<build>
@@ -107,7 +107,7 @@
</plugin>
<plugin artifactId="maven-release-plugin">
<configuration>
<tagBase>https://svn.apache.org/repos/asf/maven/archiva/tags</tagBase>
<tagBase>https://svn.apache.org/repos/asf/archiva/tags</tagBase>
<preparationGoals>clean install</preparationGoals>
</configuration>
</plugin>

+ 4
- 4
pom.xml View File

@@ -36,9 +36,9 @@
<packaging>pom</packaging>
<version>1.1-SNAPSHOT</version>
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/archiva/trunk</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/archiva/trunk</developerConnection>
<url>http://svn.apache.org/viewcvs.cgi/maven/archiva/trunk</url>
<connection>scm:svn:http://svn.apache.org/repos/asf/archiva/trunk</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/archiva/trunk</developerConnection>
<url>http://svn.apache.org/viewcvs.cgi/archiva/trunk</url>
</scm>

<url>http://maven.apache.org/archiva/</url>
@@ -147,7 +147,7 @@
<plugin>
<artifactId>maven-release-plugin</artifactId>
<configuration>
<tagBase>https://svn.apache.org/repos/asf/maven/archiva/tags</tagBase>
<tagBase>https://svn.apache.org/repos/asf/archiva/tags</tagBase>
<preparationGoals>clean install</preparationGoals>
</configuration>
</plugin>

Loading…
Cancel
Save