Author: brett
Date: Sun Nov 18 17:21:25 2007
New Revision: 596173
URL: http://svn.apache.org/viewvc?rev=596173&view=rev
Log:
updated parent
Added:
maven/archiva/parent/src/
maven/archiva/parent/src/site/
maven/archiva/parent/src/site/site.xml
- copied, changed from r593905, maven/archiva/site/src/site/site.xml
Modified:
maven/archiva/parent/pom.xml
Modified: maven/archiva/parent/pom.xml
URL:
http://svn.apache.org/viewvc/maven/archiva/parent/pom.xml?rev=596173&r1=596172&r2=596173&view=diff
==============================================================================
--- maven/archiva/parent/pom.xml (original)
+++ maven/archiva/parent/pom.xml Sun Nov 18 17:21:25 2007
@@ -32,6 +32,7 @@
<packaging>pom</packaging>
<name>Archiva Common Parent Project</name>
<version>1-SNAPSHOT</version>
+ <inceptionYear>2006</inceptionYear>
<url>http://maven.apache.org/archiva/</url>
<description>
Archiva is an application for managing one or more remote
@@ -70,5 +71,21 @@
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/archiva/parent</developerConnection>
<url>http://svn.apache.org/viewcvs.cgi/maven/archiva/parent</url>
</scm>
+ <properties>
+
<siteBaseDeployment>scp://people.apache.org/www/maven.apache.org/archiva</siteBaseDeployment>
+<!-- For testing
+
<siteBaseDeployment>file://localhost/www/maven.apache.org/archiva</siteBaseDeployment>
+-->
+ </properties>
+ <build>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <artifactId>maven-site-plugin</artifactId>
+ <version>2.0-beta-5</version>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+ </build>
</project>
Copied: maven/archiva/parent/src/site/site.xml (from r593905,
maven/archiva/site/src/site/site.xml)
URL:
http://svn.apache.org/viewvc/maven/archiva/parent/src/site/site.xml?p2=maven/archiva/parent/src/site/site.xml&p1=maven/archiva/site/src/site/site.xml&r1=593905&r2=596173&rev=596173&view=diff
==============================================================================
--- maven/archiva/site/src/site/site.xml (original)
+++ maven/archiva/parent/src/site/site.xml Sun Nov 18 17:21:25 2007
@@ -26,7 +26,9 @@
<href>http://maven.apache.org/</href>
</bannerLeft>
<bannerRight>
+ <name>Apache Archiva</name>
<src>images/archiva-logo-banner.jpg</src>
+ <href>/</href>
</bannerRight>
<publishDate format="dd MMM yyyy" position="right" />
<skin>
@@ -38,6 +40,7 @@
<breadcrumbs>
<item name="Apache" href="http://www.apache.org/"/>
<item name="Maven" href="http://maven.apache.org/"/>
+ <item name="Archiva" href="/" />
</breadcrumbs>
<head>