Author: hboutemy
Date: Sun Dec 1 21:10:07 2013
New Revision: 1546859
URL: http://svn.apache.org/r1546859
Log:
updated site publication to svnpubsub configuration
Modified:
maven/skins/trunk/maven-application-skin/pom.xml
maven/skins/trunk/maven-classic-skin/pom.xml
maven/skins/trunk/maven-default-skin/pom.xml
maven/skins/trunk/maven-fluido-skin/pom.xml
maven/skins/trunk/maven-stylus-skin/pom.xml
Modified: maven/skins/trunk/maven-application-skin/pom.xml
URL:
http://svn.apache.org/viewvc/maven/skins/trunk/maven-application-skin/pom.xml?rev=1546859&r1=1546858&r2=1546859&view=diff
==============================================================================
--- maven/skins/trunk/maven-application-skin/pom.xml (original)
+++ maven/skins/trunk/maven-application-skin/pom.xml Sun Dec 1 21:10:07 2013
@@ -34,7 +34,6 @@ under the License.
<name>Maven Application Skin</name>
<description>Maven Application Skin</description>
- <url>http://maven.apache.org/${maven.site.path}</url>
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/skins/trunk/maven-application-skin/</connection>
@@ -45,6 +44,16 @@ under the License.
<system>jira</system>
<url>http://jira.codehaus.org/browse/MSKINS/component/12531</url>
</issueManagement>
+ <distributionManagement>
+ <site>
+ <id>apache.website</id>
+
<url>scm:svn:https://svn.apache.org/repos/infra/websites/production/maven/content/${maven.site.path}</url>
+ </site>
+ </distributionManagement>
+
+ <properties>
+
<maven.site.path>skins-archives/${project.artifactId}-LATEST</maven.site.path>
+ </properties>
<profiles>
<profile>
Modified: maven/skins/trunk/maven-classic-skin/pom.xml
URL:
http://svn.apache.org/viewvc/maven/skins/trunk/maven-classic-skin/pom.xml?rev=1546859&r1=1546858&r2=1546859&view=diff
==============================================================================
--- maven/skins/trunk/maven-classic-skin/pom.xml (original)
+++ maven/skins/trunk/maven-classic-skin/pom.xml Sun Dec 1 21:10:07 2013
@@ -34,7 +34,6 @@ under the License.
<name>Maven Classic Skin</name>
<description>Maven Classic Skin</description>
- <url>http://maven.apache.org/${maven.site.path}</url>
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/skins/trunk/maven-classic-skin/</connection>
@@ -45,6 +44,16 @@ under the License.
<system>jira</system>
<url>http://jira.codehaus.org/browse/MSKINS/component/12532</url>
</issueManagement>
+ <distributionManagement>
+ <site>
+ <id>apache.website</id>
+
<url>scm:svn:https://svn.apache.org/repos/infra/websites/production/maven/content/${maven.site.path}</url>
+ </site>
+ </distributionManagement>
+
+ <properties>
+
<maven.site.path>skins-archives/${project.artifactId}-LATEST</maven.site.path>
+ </properties>
<profiles>
<profile>
Modified: maven/skins/trunk/maven-default-skin/pom.xml
URL:
http://svn.apache.org/viewvc/maven/skins/trunk/maven-default-skin/pom.xml?rev=1546859&r1=1546858&r2=1546859&view=diff
==============================================================================
--- maven/skins/trunk/maven-default-skin/pom.xml (original)
+++ maven/skins/trunk/maven-default-skin/pom.xml Sun Dec 1 21:10:07 2013
@@ -34,7 +34,6 @@ under the License.
<name>Maven Default Skin</name>
<description>Maven Default Skin</description>
- <url>http://maven.apache.org/${maven.site.path}</url>
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/skins/trunk/maven-default-skin/</connection>
@@ -45,6 +44,16 @@ under the License.
<system>jira</system>
<url>http://jira.codehaus.org/browse/MSKINS/component/12533</url>
</issueManagement>
+ <distributionManagement>
+ <site>
+ <id>apache.website</id>
+
<url>scm:svn:https://svn.apache.org/repos/infra/websites/production/maven/content/${maven.site.path}</url>
+ </site>
+ </distributionManagement>
+
+ <properties>
+
<maven.site.path>skins-archives/${project.artifactId}-LATEST</maven.site.path>
+ </properties>
<profiles>
<profile>
Modified: maven/skins/trunk/maven-fluido-skin/pom.xml
URL:
http://svn.apache.org/viewvc/maven/skins/trunk/maven-fluido-skin/pom.xml?rev=1546859&r1=1546858&r2=1546859&view=diff
==============================================================================
--- maven/skins/trunk/maven-fluido-skin/pom.xml (original)
+++ maven/skins/trunk/maven-fluido-skin/pom.xml Sun Dec 1 21:10:07 2013
@@ -31,7 +31,6 @@
<name>Apache Maven Fluido Skin</name>
<description>The Apache Maven Fluido Skin is an Apache Maven site skin
built on top of Twitter's bootstrap.</description>
- <url>http://maven.apache.org/${maven.site.path}</url>
<inceptionYear>2011</inceptionYear>
<scm>
@@ -43,6 +42,12 @@
<system>jira</system>
<url>http://jira.codehaus.org/browse/MSKINS/component/15253</url>
</issueManagement>
+ <distributionManagement>
+ <site>
+ <id>apache.website</id>
+
<url>scm:svn:https://svn.apache.org/repos/infra/websites/production/maven/content/${maven.site.path}</url>
+ </site>
+ </distributionManagement>
<contributors>
<!-- in alphabetical order -->
@@ -82,6 +87,7 @@
<properties>
<bootstrap.version>3.0.2</bootstrap.version>
<jquery.version>1.10.2</jquery.version>
+
<maven.site.path>skins-archives/${project.artifactId}-LATEST</maven.site.path>
</properties>
<build>
Modified: maven/skins/trunk/maven-stylus-skin/pom.xml
URL:
http://svn.apache.org/viewvc/maven/skins/trunk/maven-stylus-skin/pom.xml?rev=1546859&r1=1546858&r2=1546859&view=diff
==============================================================================
--- maven/skins/trunk/maven-stylus-skin/pom.xml (original)
+++ maven/skins/trunk/maven-stylus-skin/pom.xml Sun Dec 1 21:10:07 2013
@@ -34,7 +34,6 @@ under the License.
<name>Maven Stylus Skin</name>
<description>Maven Stylus Skin</description>
- <url>http://maven.apache.org/${maven.site.path}</url>
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/skins/trunk/maven-stylus-skin/</connection>
@@ -45,7 +44,17 @@ under the License.
<system>jira</system>
<url>http://jira.codehaus.org/browse/MSKINS/component/12534</url>
</issueManagement>
-
+ <distributionManagement>
+ <site>
+ <id>apache.website</id>
+
<url>scm:svn:https://svn.apache.org/repos/infra/websites/production/maven/content/${maven.site.path}</url>
+ </site>
+ </distributionManagement>
+
+ <properties>
+
<maven.site.path>skins-archives/${project.artifactId}-LATEST</maven.site.path>
+ </properties>
+
<build>
<resources>