Author: olamy
Date: Fri Aug 31 10:17:55 2012
New Revision: 1379403
URL: http://svn.apache.org/viewvc?rev=1379403&view=rev
Log:
fix site deployment
Added:
archiva/redback/redback-components/trunk/src/
archiva/redback/redback-components/trunk/src/site/
- copied from r1379187,
archiva/redback/redback-components/trunk/redback-components-parent/src/site/
Removed:
archiva/redback/redback-components/trunk/redback-components-parent/src/site/
Modified:
archiva/redback/redback-components/trunk/deploySite.sh
archiva/redback/redback-components/trunk/expression-evaluator/pom.xml
archiva/redback/redback-components/trunk/pom.xml
archiva/redback/redback-components/trunk/redback-components-parent/pom.xml
archiva/redback/redback-components/trunk/redback-features/pom.xml
archiva/redback/redback-components/trunk/spring-apacheds/pom.xml
archiva/redback/redback-components/trunk/spring-cache/pom.xml
archiva/redback/redback-components/trunk/spring-cache/spring-cache-api/pom.xml
archiva/redback/redback-components/trunk/spring-cache/spring-cache-providers/pom.xml
archiva/redback/redback-components/trunk/spring-cache/spring-cache-providers/spring-cache-ehcache/pom.xml
archiva/redback/redback-components/trunk/spring-cache/spring-cache-providers/spring-cache-hashmap/pom.xml
archiva/redback/redback-components/trunk/spring-cache/spring-cache-providers/spring-cache-oscache/pom.xml
archiva/redback/redback-components/trunk/spring-cache/spring-cache-test/pom.xml
archiva/redback/redback-components/trunk/spring-jdo2/pom.xml
archiva/redback/redback-components/trunk/spring-quartz/pom.xml
archiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/pom.xml
archiva/redback/redback-components/trunk/spring-registry/pom.xml
archiva/redback/redback-components/trunk/spring-registry/spring-registry-api/pom.xml
archiva/redback/redback-components/trunk/spring-registry/spring-registry-commons/pom.xml
archiva/redback/redback-components/trunk/spring-taskqueue/pom.xml
archiva/redback/redback-components/trunk/spring-utils/pom.xml
archiva/redback/redback-components/trunk/src/site/site.xml
Modified: archiva/redback/redback-components/trunk/deploySite.sh
URL:
http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/deploySite.sh?rev=1379403&r1=1379402&r2=1379403&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/deploySite.sh (original)
+++ archiva/redback/redback-components/trunk/deploySite.sh Fri Aug 31 10:17:55
2012
@@ -1 +1 @@
-mvn clean site-deploy -f redback-components-parent/pom.xml -Pall
+mvn clean site-deploy -f redback-components-parent/pom.xml -Pall
scm-publish:publish-scm
Modified: archiva/redback/redback-components/trunk/expression-evaluator/pom.xml
URL:
http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/expression-evaluator/pom.xml?rev=1379403&r1=1379402&r2=1379403&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/expression-evaluator/pom.xml
(original)
+++ archiva/redback/redback-components/trunk/expression-evaluator/pom.xml Fri
Aug 31 10:17:55 2012
@@ -34,6 +34,13 @@
<url>http://archiva.apache.org/redback/components/${project.artifactId}</url>
+ <distributionManagement>
+ <site>
+ <id>apache.website</id>
+
<url>file://${user.home}/redback-components-site-deploy/${project.artifactId}</url>
+ </site>
+ </distributionManagement>
+
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/archiva/redback/redback-components/trunk/expression-evaluator</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/archiva/redback/redback-components/trunk/expression-evaluator</developerConnection>
Modified: archiva/redback/redback-components/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/pom.xml?rev=1379403&r1=1379402&r2=1379403&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/pom.xml (original)
+++ archiva/redback/redback-components/trunk/pom.xml Fri Aug 31 10:17:55 2012
@@ -23,7 +23,27 @@
<artifactId>redback-components-aggregator</artifactId>
<packaging>pom</packaging>
<version>1.0-SNAPSHOT</version>
- <name>Apache Archiva Redback Components Aggregator Project</name>
+ <name>Apache Archiva Redback Components</name>
+
+ <parent>
+ <groupId>org.apache.archiva</groupId>
+ <artifactId>archiva-parent</artifactId>
+ <version>9-SNAPSHOT</version>
+ <relativePath>../parent/pom.xml</relativePath>
+ </parent>
+
+ <properties>
+
<scmPubCheckoutDirectory>${user.home}/redback-components-site-content</scmPubCheckoutDirectory>
+
<siteDeployPath>${user.home}/redback-components-site-deploy</siteDeployPath>
+ <scmTryUpdate>true</scmTryUpdate>
+ </properties>
+
+ <distributionManagement>
+ <site>
+ <id>apache.website</id>
+ <url>file://${user.home}/redback-components-site-deploy</url>
+ </site>
+ </distributionManagement>
<modules>
<module>redback-components-parent</module>
@@ -42,7 +62,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
- <version>2.6</version>
<inherited>false</inherited>
<configuration>
<skip>true</skip>
@@ -50,14 +69,71 @@
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-site-plugin</artifactId>
- <version>3.1</version>
+ <artifactId>maven-scm-publish-plugin</artifactId>
<configuration>
- <skip>true</skip>
- <skipDeploy>true</skipDeploy>
+ <checkinComment>Apache Redback Components site
deployment</checkinComment>
+ <tryUpdate>${scmTryUpdate}</tryUpdate>
+ <content>${user.home}/redback-components-site-deploy</content>
+
<pubScmUrl>scm:svn:https://svn.apache.org/repos/asf/archiva/site-content/redback/components</pubScmUrl>
+ <providerImplementations>
+ <svn>javasvn</svn>
+ </providerImplementations>
</configuration>
-
+ <dependencies>
+ <dependency>
+ <groupId>com.google.code.maven-scm-provider-svnjava</groupId>
+ <artifactId>maven-scm-provider-svnjava</artifactId>
+ <version>2.0.4</version>
+ </dependency>
+ <dependency>
+ <groupId>org.tmatesoft.svnkit</groupId>
+ <artifactId>svnkit</artifactId>
+ <version>1.7.5-v1</version>
+ </dependency>
+ </dependencies>
</plugin>
</plugins>
</build>
+
+ <reporting>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <version>${javadocPluginVersion}</version>
+ <configuration>
+ <docletArtifact>
+ <groupId>com.google.doclava</groupId>
+ <artifactId>doclava</artifactId>
+ <version>1.0.5</version>
+ </docletArtifact>
+ <doclet>com.google.doclava.Doclava</doclet>
+ <!--
+ | bootclasspath required by Sun's JVM
+ -->
+ <bootclasspath>${sun.boot.class.path}</bootclasspath>
+ <additionalparam>
+ <!-- comment as produce an NPE
+ -federate JDK
http://download.oracle.com/javase/6/docs/api/index.html?
+ -federationxml JDK
http://doclava.googlecode.com/svn/static/api/openjdk-6.xml -->
+ -hdf project.name "${project.name}"
+ -d ${project.build.directory}/site/apidocs
+ </additionalparam>
+ <useStandardDocletOptions>false</useStandardDocletOptions>
+ <!--
+ | Apple's JVM sometimes requires more memory
+ -->
+ <additionalJOption>-J-Xmx1024m</additionalJOption>
+ </configuration>
+ <reportSets>
+ <reportSet>
+ <reports>
+ <report>aggregate</report>
+ </reports>
+ </reportSet>
+ </reportSets>
+ </plugin>
+ </plugins>
+ </reporting>
+
</project>
Modified:
archiva/redback/redback-components/trunk/redback-components-parent/pom.xml
URL:
http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/redback-components-parent/pom.xml?rev=1379403&r1=1379402&r2=1379403&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/redback-components-parent/pom.xml
(original)
+++ archiva/redback/redback-components/trunk/redback-components-parent/pom.xml
Fri Aug 31 10:17:55 2012
@@ -43,8 +43,6 @@
<distUrlReleaseRepo>https://archiva-repository.apache.org/archiva/repository/archiva-releases-stage/</distUrlReleaseRepo>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-
<scmPubCheckoutDirectory>${user.home}/redback-components-site-content</scmPubCheckoutDirectory>
-
</properties>
<description>Parent Pom for various components used in Redback, Apache
Archiva and Apache Continuum.</description>
@@ -54,10 +52,11 @@
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/archiva/redback/redback-components/trunk/redback-components-parent/</developerConnection>
<url>http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/redback-components-parent/</url>
</scm>
+
<distributionManagement>
<site>
<id>apache.website</id>
-
<url>scm:svn:https://svn.apache.org/repos/asf/archiva/site-content/redback/components</url>
+
<url>file://${user.home}/redback-components-site-deploy/${project.artifactId}</url>
</site>
</distributionManagement>
@@ -191,13 +190,6 @@
<goals>clean deploy</goals>
</configuration>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-scm-publish-plugin</artifactId>
- <configuration>
- <checkinComment>Apache Redback Components site
deployment</checkinComment>
- </configuration>
- </plugin>
</plugins>
</pluginManagement>
<plugins>
@@ -230,6 +222,7 @@
</plugin>
</plugins>
</build>
+
<reporting>
<plugins>
<plugin>
@@ -295,6 +288,7 @@
</plugins>
</reporting>
+
<profiles>
<profile>
<id>maven-3</id>
@@ -322,29 +316,6 @@
</plugins>
</build>
</profile>
- <profile>
- <id>all</id>
- <modules>
- <module>../expression-evaluator</module>
- <module>../spring-apacheds</module>
- <module>../spring-cache</module>
- <module>../spring-jdo2</module>
- <module>../spring-quartz</module>
- <module>../spring-registry</module>
- <module>../spring-taskqueue</module>
- <module>../spring-utils</module>
- </modules>
- <reporting>
- <plugins>
- <plugin>
- <artifactId>maven-javadoc-plugin</artifactId>
- <configuration>
- <aggregate>true</aggregate>
- </configuration>
- </plugin>
- </plugins>
- </reporting>
- </profile>
</profiles>
</project>
Modified: archiva/redback/redback-components/trunk/redback-features/pom.xml
URL:
http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/redback-features/pom.xml?rev=1379403&r1=1379402&r2=1379403&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/redback-features/pom.xml (original)
+++ archiva/redback/redback-components/trunk/redback-features/pom.xml Fri Aug
31 10:17:55 2012
@@ -33,6 +33,15 @@
<packaging>pom</packaging>
<name>Redback :: Components :: Karaf features</name>
+ <url>http://archiva.apache.org/redback/components/${project.artifactId}</url>
+
+ <distributionManagement>
+ <site>
+ <id>apache.website</id>
+
<url>file://${user.home}/redback-components-site-deploy/${project.artifactId}</url>
+ </site>
+ </distributionManagement>
+
<properties>
<commons-beanutils.bundle.version>1.7.0_5</commons-beanutils.bundle.version>
<commons-codec.bundle.version>1.3_5</commons-codec.bundle.version>
Modified: archiva/redback/redback-components/trunk/spring-apacheds/pom.xml
URL:
http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/spring-apacheds/pom.xml?rev=1379403&r1=1379402&r2=1379403&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/spring-apacheds/pom.xml (original)
+++ archiva/redback/redback-components/trunk/spring-apacheds/pom.xml Fri Aug 31
10:17:55 2012
@@ -34,6 +34,13 @@
<url>http://archiva.apache.org/redback/components/${project.artifactId}</url>
+ <distributionManagement>
+ <site>
+ <id>apache.website</id>
+
<url>file://${user.home}/redback-components-site-deploy/${project.artifactId}</url>
+ </site>
+ </distributionManagement>
+
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/archiva/redback/redback-components/trunk/spring-apacheds/</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/archiva/redback/redback-components/trunk/spring-apacheds/</developerConnection>
Modified: archiva/redback/redback-components/trunk/spring-cache/pom.xml
URL:
http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/spring-cache/pom.xml?rev=1379403&r1=1379402&r2=1379403&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/spring-cache/pom.xml (original)
+++ archiva/redback/redback-components/trunk/spring-cache/pom.xml Fri Aug 31
10:17:55 2012
@@ -35,6 +35,13 @@
<url>http://archiva.apache.org/redback/components/${project.artifactId}</url>
+ <distributionManagement>
+ <site>
+ <id>apache.website</id>
+
<url>file://${user.home}/redback-components-site-deploy/${project.artifactId}</url>
+ </site>
+ </distributionManagement>
+
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/archiva/redback/redback-components/trunk/spring-cache/</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/archiva/redback/redback-components/trunk/spring-cache</developerConnection>
Modified:
archiva/redback/redback-components/trunk/spring-cache/spring-cache-api/pom.xml
URL:
http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/spring-cache/spring-cache-api/pom.xml?rev=1379403&r1=1379402&r2=1379403&view=diff
==============================================================================
---
archiva/redback/redback-components/trunk/spring-cache/spring-cache-api/pom.xml
(original)
+++
archiva/redback/redback-components/trunk/spring-cache/spring-cache-api/pom.xml
Fri Aug 31 10:17:55 2012
@@ -33,6 +33,15 @@
<description>Common Cache API.</description>
+
<url>http://archiva.apache.org/redback/components/spring-cache/${project.artifactId}</url>
+
+ <distributionManagement>
+ <site>
+ <id>apache.website</id>
+
<url>file://${user.home}/redback-components-site-deploy/spring-cache/${project.artifactId}</url>
+ </site>
+ </distributionManagement>
+
<dependencies>
<dependency>
<groupId>commons-lang</groupId>
Modified:
archiva/redback/redback-components/trunk/spring-cache/spring-cache-providers/pom.xml
URL:
http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/spring-cache/spring-cache-providers/pom.xml?rev=1379403&r1=1379402&r2=1379403&view=diff
==============================================================================
---
archiva/redback/redback-components/trunk/spring-cache/spring-cache-providers/pom.xml
(original)
+++
archiva/redback/redback-components/trunk/spring-cache/spring-cache-providers/pom.xml
Fri Aug 31 10:17:55 2012
@@ -30,6 +30,15 @@
<description>Commons Cache API Providers Parent Pom.</description>
+
<url>http://archiva.apache.org/redback/components/spring-cache/${project.artifactId}</url>
+
+ <distributionManagement>
+ <site>
+ <id>apache.website</id>
+
<url>file://${user.home}/redback-components-site-deploy/spring-cache/${project.artifactId}</url>
+ </site>
+ </distributionManagement>
+
<dependencies>
<dependency>
<groupId>org.apache.archiva.redback.components.cache</groupId>
Modified:
archiva/redback/redback-components/trunk/spring-cache/spring-cache-providers/spring-cache-ehcache/pom.xml
URL:
http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/spring-cache/spring-cache-providers/spring-cache-ehcache/pom.xml?rev=1379403&r1=1379402&r2=1379403&view=diff
==============================================================================
---
archiva/redback/redback-components/trunk/spring-cache/spring-cache-providers/spring-cache-ehcache/pom.xml
(original)
+++
archiva/redback/redback-components/trunk/spring-cache/spring-cache-providers/spring-cache-ehcache/pom.xml
Fri Aug 31 10:17:55 2012
@@ -33,6 +33,15 @@
<description>Commons Cache API : ehcache implementation.</description>
+
<url>http://archiva.apache.org/redback/components/spring-cache/spring-cache-providers/${project.artifactId}</url>
+
+ <distributionManagement>
+ <site>
+ <id>apache.website</id>
+
<url>file://${user.home}/redback-components-site-deploy/spring-cache/spring-cache-providers/${project.artifactId}</url>
+ </site>
+ </distributionManagement>
+
<dependencies>
<dependency>
<groupId>net.sf.ehcache</groupId>
Modified:
archiva/redback/redback-components/trunk/spring-cache/spring-cache-providers/spring-cache-hashmap/pom.xml
URL:
http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/spring-cache/spring-cache-providers/spring-cache-hashmap/pom.xml?rev=1379403&r1=1379402&r2=1379403&view=diff
==============================================================================
---
archiva/redback/redback-components/trunk/spring-cache/spring-cache-providers/spring-cache-hashmap/pom.xml
(original)
+++
archiva/redback/redback-components/trunk/spring-cache/spring-cache-providers/spring-cache-hashmap/pom.xml
Fri Aug 31 10:17:55 2012
@@ -33,6 +33,15 @@
<description>Commons Cache API : simple in memory HashMap
implementation.</description>
+
<url>http://archiva.apache.org/redback/components/spring-cache/spring-cache-providers/${project.artifactId}</url>
+
+ <distributionManagement>
+ <site>
+ <id>apache.website</id>
+
<url>file://${user.home}/redback-components-site-deploy/spring-cache/spring-cache-providers/${project.artifactId}</url>
+ </site>
+ </distributionManagement>
+
<build>
<plugins>
<plugin>
Modified:
archiva/redback/redback-components/trunk/spring-cache/spring-cache-providers/spring-cache-oscache/pom.xml
URL:
http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/spring-cache/spring-cache-providers/spring-cache-oscache/pom.xml?rev=1379403&r1=1379402&r2=1379403&view=diff
==============================================================================
---
archiva/redback/redback-components/trunk/spring-cache/spring-cache-providers/spring-cache-oscache/pom.xml
(original)
+++
archiva/redback/redback-components/trunk/spring-cache/spring-cache-providers/spring-cache-oscache/pom.xml
Fri Aug 31 10:17:55 2012
@@ -28,6 +28,15 @@
<description>Commons Cache API : oscache implementation.</description>
+
<url>http://archiva.apache.org/redback/components/spring-cache/spring-cache-providers/${project.artifactId}</url>
+
+ <distributionManagement>
+ <site>
+ <id>apache.website</id>
+
<url>file://${user.home}/redback-components-site-deploy/spring-cache/spring-cache-providers/${project.artifactId}</url>
+ </site>
+ </distributionManagement>
+
<dependencies>
<dependency>
<groupId>opensymphony</groupId>
Modified:
archiva/redback/redback-components/trunk/spring-cache/spring-cache-test/pom.xml
URL:
http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/spring-cache/spring-cache-test/pom.xml?rev=1379403&r1=1379402&r2=1379403&view=diff
==============================================================================
---
archiva/redback/redback-components/trunk/spring-cache/spring-cache-test/pom.xml
(original)
+++
archiva/redback/redback-components/trunk/spring-cache/spring-cache-test/pom.xml
Fri Aug 31 10:17:55 2012
@@ -29,7 +29,16 @@
<packaging>jar</packaging>
<description>Commons Test Cache API.</description>
-
+
+
<url>http://archiva.apache.org/redback/components/spring-cache/${project.artifactId}</url>
+
+ <distributionManagement>
+ <site>
+ <id>apache.website</id>
+
<url>file://${user.home}/redback-components-site-deploy/spring-cache/${project.artifactId}</url>
+ </site>
+ </distributionManagement>
+
<dependencies>
<dependency>
<groupId>org.apache.archiva.redback.components.cache</groupId>
Modified: archiva/redback/redback-components/trunk/spring-jdo2/pom.xml
URL:
http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/spring-jdo2/pom.xml?rev=1379403&r1=1379402&r2=1379403&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/spring-jdo2/pom.xml (original)
+++ archiva/redback/redback-components/trunk/spring-jdo2/pom.xml Fri Aug 31
10:17:55 2012
@@ -34,6 +34,13 @@
<url>http://archiva.apache.org/redback/components/${project.artifactId}</url>
+ <distributionManagement>
+ <site>
+ <id>apache.website</id>
+
<url>file://${user.home}/redback-components-site-deploy/${project.artifactId}</url>
+ </site>
+ </distributionManagement>
+
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/archiva/redback/redback-components/trunk/spring-jdo2/</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/archiva/redback/redback-components/trunk/spring-jdo2/</developerConnection>
Modified: archiva/redback/redback-components/trunk/spring-quartz/pom.xml
URL:
http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/spring-quartz/pom.xml?rev=1379403&r1=1379402&r2=1379403&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/spring-quartz/pom.xml (original)
+++ archiva/redback/redback-components/trunk/spring-quartz/pom.xml Fri Aug 31
10:17:55 2012
@@ -34,6 +34,13 @@
<url>http://archiva.apache.org/redback/components/${project.artifactId}</url>
+ <distributionManagement>
+ <site>
+ <id>apache.website</id>
+
<url>file://${user.home}/redback-components-site-deploy/${project.artifactId}</url>
+ </site>
+ </distributionManagement>
+
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/archiva/redback/redback-components/trunk/spring-quartz/</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/archiva/redback/redback-components/trunk/spring-quartz/</developerConnection>
Modified:
archiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/pom.xml
URL:
http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/pom.xml?rev=1379403&r1=1379402&r2=1379403&view=diff
==============================================================================
---
archiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/pom.xml
(original)
+++
archiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/pom.xml
Fri Aug 31 10:17:55 2012
@@ -28,6 +28,16 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>modello-plugin-redback-registry</artifactId>
<name>Redback Registry Reader/Writer</name>
+
+
<url>http://archiva.apache.org/redback/components/spring-registry/${project.artifactId}</url>
+
+ <distributionManagement>
+ <site>
+ <id>apache.website</id>
+
<url>file://${user.home}/redback-components-site-deploy/spring-registry/${project.artifactId}</url>
+ </site>
+ </distributionManagement>
+
<dependencies>
<dependency>
<groupId>org.codehaus.modello</groupId>
Modified: archiva/redback/redback-components/trunk/spring-registry/pom.xml
URL:
http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/spring-registry/pom.xml?rev=1379403&r1=1379402&r2=1379403&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/spring-registry/pom.xml (original)
+++ archiva/redback/redback-components/trunk/spring-registry/pom.xml Fri Aug 31
10:17:55 2012
@@ -30,6 +30,13 @@
<url>http://archiva.apache.org/redback/components/${project.artifactId}</url>
+ <distributionManagement>
+ <site>
+ <id>apache.website</id>
+
<url>file://${user.home}/redback-components-site-deploy/${project.artifactId}</url>
+ </site>
+ </distributionManagement>
+
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/archiva/redback/redback-components/trunk/spring-registry/</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/archiva/redback/redback-components/trunk/spring-registry/</developerConnection>
Modified:
archiva/redback/redback-components/trunk/spring-registry/spring-registry-api/pom.xml
URL:
http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/spring-registry/spring-registry-api/pom.xml?rev=1379403&r1=1379402&r2=1379403&view=diff
==============================================================================
---
archiva/redback/redback-components/trunk/spring-registry/spring-registry-api/pom.xml
(original)
+++
archiva/redback/redback-components/trunk/spring-registry/spring-registry-api/pom.xml
Fri Aug 31 10:17:55 2012
@@ -31,6 +31,15 @@
<packaging>bundle</packaging>
<name>Redback Spring Registry Api</name>
+
<url>http://archiva.apache.org/redback/components/spring-registry/${project.artifactId}</url>
+
+ <distributionManagement>
+ <site>
+ <id>apache.website</id>
+
<url>file://${user.home}/redback-components-site-deploy/spring-registry/${project.artifactId}</url>
+ </site>
+ </distributionManagement>
+
<dependencies>
<dependency>
<groupId>org.codehaus.plexus</groupId>
Modified:
archiva/redback/redback-components/trunk/spring-registry/spring-registry-commons/pom.xml
URL:
http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/spring-registry/spring-registry-commons/pom.xml?rev=1379403&r1=1379402&r2=1379403&view=diff
==============================================================================
---
archiva/redback/redback-components/trunk/spring-registry/spring-registry-commons/pom.xml
(original)
+++
archiva/redback/redback-components/trunk/spring-registry/spring-registry-commons/pom.xml
Fri Aug 31 10:17:55 2012
@@ -31,6 +31,15 @@
<packaging>bundle</packaging>
<name>Redback Spring Registry commons-configuration</name>
+
<url>http://archiva.apache.org/redback/components/spring-registry/${project.artifactId}</url>
+
+ <distributionManagement>
+ <site>
+ <id>apache.website</id>
+
<url>file://${user.home}/redback-components-site-deploy/spring-registry/${project.artifactId}</url>
+ </site>
+ </distributionManagement>
+
<dependencies>
<dependency>
<groupId>org.codehaus.plexus</groupId>
Modified: archiva/redback/redback-components/trunk/spring-taskqueue/pom.xml
URL:
http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/spring-taskqueue/pom.xml?rev=1379403&r1=1379402&r2=1379403&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/spring-taskqueue/pom.xml (original)
+++ archiva/redback/redback-components/trunk/spring-taskqueue/pom.xml Fri Aug
31 10:17:55 2012
@@ -34,6 +34,13 @@
<url>http://archiva.apache.org/redback/components/${project.artifactId}</url>
+ <distributionManagement>
+ <site>
+ <id>apache.website</id>
+
<url>file://${user.home}/redback-components-site-deploy/${project.artifactId}</url>
+ </site>
+ </distributionManagement>
+
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/archiva/redback/redback-components/trunk/spring-taskqueue/</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/archiva/redback/redback-components/trunk/spring-taskqueue/</developerConnection>
Modified: archiva/redback/redback-components/trunk/spring-utils/pom.xml
URL:
http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/spring-utils/pom.xml?rev=1379403&r1=1379402&r2=1379403&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/spring-utils/pom.xml (original)
+++ archiva/redback/redback-components/trunk/spring-utils/pom.xml Fri Aug 31
10:17:55 2012
@@ -35,6 +35,13 @@
<url>http://archiva.apache.org/redback/components/${project.artifactId}</url>
+ <distributionManagement>
+ <site>
+ <id>apache.website</id>
+
<url>file://${user.home}/redback-components-site-deploy/${project.artifactId}</url>
+ </site>
+ </distributionManagement>
+
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/archiva/redback/redback-components/trunk/spring-utils/</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/archiva/redback/redback-components/trunk/spring-utils/</developerConnection>
Modified: archiva/redback/redback-components/trunk/src/site/site.xml
URL:
http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/src/site/site.xml?rev=1379403&r1=1379187&r2=1379403&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/src/site/site.xml (original)
+++ archiva/redback/redback-components/trunk/src/site/site.xml Fri Aug 31
10:17:55 2012
@@ -20,12 +20,6 @@
<project>
- <!--skin>
- <groupId>org.apache.maven.skins</groupId>
- <artifactId>maven-fluido-skin</artifactId>
- <version>1.3.0-SNAPSHOT</version>
- </skin-->
-
<custom>
<fluidoSkin>
<topBarEnabled>true</topBarEnabled>
@@ -52,7 +46,6 @@
<body>
<links>
<item name="Archiva" href="http://archiva.apache.org"/>
- <item name="Redback" href="http://archiva.apache.org/redback"/>
</links>
<menu ref="modules" />