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

For a sample custom consumer, you can checkout the archiva-consumer-plugin at the archiva sandbox in the SVN repository: 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: 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

<artifactId>archiva</artifactId> <artifactId>archiva</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<version>1.1-SNAPSHOT</version> <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> <url>http://maven.apache.org/archiva/</url>
<build> <build>
</plugin> </plugin>
<plugin artifactId="maven-release-plugin"> <plugin artifactId="maven-release-plugin">
<configuration> <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> <preparationGoals>clean install</preparationGoals>
</configuration> </configuration>
</plugin> </plugin>

+ 4
- 4
pom.xml View File

<packaging>pom</packaging> <packaging>pom</packaging>
<version>1.1-SNAPSHOT</version> <version>1.1-SNAPSHOT</version>
<scm> <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> </scm>


<url>http://maven.apache.org/archiva/</url> <url>http://maven.apache.org/archiva/</url>
<plugin> <plugin>
<artifactId>maven-release-plugin</artifactId> <artifactId>maven-release-plugin</artifactId>
<configuration> <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> <preparationGoals>clean install</preparationGoals>
</configuration> </configuration>
</plugin> </plugin>

Loading…
Cancel
Save