Author: brett
Date: Thu Jan 18 22:07:25 2007
New Revision: 497710
URL: http://svn.apache.org/viewvc?view=rev&rev=497710
Log:
move the site to somewhere it can be published from
Added:
maven/archiva/trunk/archiva-site/
maven/archiva/trunk/archiva-site/pom.xml
- copied, changed from r496106, maven/site/trunk/pom.xml
maven/archiva/trunk/archiva-site/src/
- copied from r497574, maven/archiva/trunk/src/
Removed:
maven/archiva/trunk/src/
Copied: maven/archiva/trunk/archiva-site/pom.xml (from r496106,
maven/site/trunk/pom.xml)
URL:
http://svn.apache.org/viewvc/maven/archiva/trunk/archiva-site/pom.xml?view=diff&rev=497710&p1=maven/site/trunk/pom.xml&r1=496106&p2=maven/archiva/trunk/archiva-site/pom.xml&r2=497710
==============================================================================
--- maven/site/trunk/pom.xml (original)
+++ maven/archiva/trunk/archiva-site/pom.xml Thu Jan 18 22:07:25 2007
@@ -1,15 +1,14 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
- <artifactId>maven-parent</artifactId>
- <groupId>org.apache.maven</groupId>
- <version>4</version>
- <relativePath>../pom/maven/pom.xml</relativePath>
+ <artifactId>archiva</artifactId>
+ <groupId>org.apache.maven.archiva</groupId>
+ <version>1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
- <artifactId>maven-site</artifactId>
+ <artifactId>archiva-site</artifactId>
<packaging>pom</packaging>
- <name>Maven Site</name>
+ <name>Archiva Site</name>
<reporting>
<excludeDefaults>true</excludeDefaults>
@@ -25,7 +24,7 @@
<report>mailing-list</report>
<report>license</report>
<report>project-team</report>
- <!-- <report>scm</report> -->
+ <report>scm</report>
</reports>
</reportSet>
</reportSets>
@@ -34,44 +33,39 @@
</reporting>
<!-- repeated here so that maven-site is not appended -->
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/site/trunk/</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/site/trunk/</developerConnection>
- <url>http://svn.apache.org/viewcvs.cgi/maven/site/trunk/</url>
+
<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>
</scm>
<distributionManagement>
<site>
<id>apache.website</id>
- <url>scp://people.apache.org/www/maven.apache.org/</url>
+ <url>scp://people.apache.org/www/maven.apache.org/archiva</url>
</site>
</distributionManagement>
<mailingLists>
- <!-- duplication from components - temporary until the site layout is
clearer -->
<mailingList>
- <name>Maven User List</name>
- <subscribe>[EMAIL PROTECTED]</subscribe>
- <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
- <post>[email protected]</post>
- <archive>http://mail-archives.apache.org/mod_mbox/maven-users</archive>
- <otherArchives>
-
<otherArchive>http://www.mail-archive.com/[email protected]/</otherArchive>
-
<otherArchive>http://www.nabble.com/Maven---Users-f178.html</otherArchive>
- </otherArchives>
+ <name>Maven Archiva User List</name>
+ <subscribe>[EMAIL PROTECTED]</subscribe>
+ <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
+ <post>[email protected]</post>
+
<archive>http://mail-archives.apache.org/mod_mbox/maven-archiva-users</archive>
</mailingList>
<mailingList>
- <name>Maven Developer List</name>
- <subscribe>[EMAIL PROTECTED]</subscribe>
- <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
- <post>[email protected]</post>
- <archive>http://mail-archives.apache.org/mod_mbox/maven-dev</archive>
+ <name>Maven Archiva Developer List</name>
+ <subscribe>[EMAIL PROTECTED]</subscribe>
+ <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
+ <post>[email protected]</post>
+
<archive>http://mail-archives.apache.org/mod_mbox/maven-archiva-dev</archive>
</mailingList>
<mailingList>
- <name>Maven Commits List</name>
- <subscribe>[EMAIL PROTECTED]</subscribe>
- <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
- <post>[email protected]</post>
- <archive>http://mail-archives.apache.org/mod_mbox/maven-dev</archive>
+ <name>Maven Archiva Commits List</name>
+ <subscribe>[EMAIL PROTECTED]</subscribe>
+ <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
+ <post>[email protected]</post>
+
<archive>http://mail-archives.apache.org/mod_mbox/maven-archiva-commits</archive>
</mailingList>
<!-- duplication from parent pom - temporary until they inherit properly
-->
<mailingList>