You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by si...@apache.org on 2012/01/05 23:50:36 UTC

svn commit: r1227884 - in /maven/skins/trunk: maven-application-skin/pom.xml maven-classic-skin/pom.xml maven-default-skin/pom.xml maven-fluido-skin/pom.xml maven-stylus-skin/pom.xml pom.xml

Author: simonetripodi
Date: Thu Jan  5 22:50:36 2012
New Revision: 1227884

URL: http://svn.apache.org/viewvc?rev=1227884&view=rev
Log:
added the RC profile to stage sites, automatically enabled enabled by release plugin

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
    maven/skins/trunk/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=1227884&r1=1227883&r2=1227884&view=diff
==============================================================================
--- maven/skins/trunk/maven-application-skin/pom.xml (original)
+++ maven/skins/trunk/maven-application-skin/pom.xml Thu Jan  5 22:50:36 2012
@@ -41,6 +41,16 @@ under the License.
 
   <profiles>
     <profile>
+      <id>rc</id>
+      <distributionManagement>
+        <!-- Cannot define in parent -->
+        <site>
+          <id>apache.website</id>
+          <url>scp://people.apache.org/www/maven.apache.org/skins/${project.artifactId}-${project.version}</url>
+        </site>
+      </distributionManagement>
+    </profile>
+    <profile>
       <id>run-its</id>
       <build>
         <plugins>

Modified: maven/skins/trunk/maven-classic-skin/pom.xml
URL: http://svn.apache.org/viewvc/maven/skins/trunk/maven-classic-skin/pom.xml?rev=1227884&r1=1227883&r2=1227884&view=diff
==============================================================================
--- maven/skins/trunk/maven-classic-skin/pom.xml (original)
+++ maven/skins/trunk/maven-classic-skin/pom.xml Thu Jan  5 22:50:36 2012
@@ -41,6 +41,16 @@ under the License.
 
   <profiles>
     <profile>
+      <id>rc</id>
+      <distributionManagement>
+        <!-- Cannot define in parent -->
+        <site>
+          <id>apache.website</id>
+          <url>scp://people.apache.org/www/maven.apache.org/skins/${project.artifactId}-${project.version}</url>
+        </site>
+      </distributionManagement>
+    </profile>
+    <profile>
       <id>run-its</id>
       <build>
         <plugins>

Modified: maven/skins/trunk/maven-default-skin/pom.xml
URL: http://svn.apache.org/viewvc/maven/skins/trunk/maven-default-skin/pom.xml?rev=1227884&r1=1227883&r2=1227884&view=diff
==============================================================================
--- maven/skins/trunk/maven-default-skin/pom.xml (original)
+++ maven/skins/trunk/maven-default-skin/pom.xml Thu Jan  5 22:50:36 2012
@@ -41,6 +41,16 @@ under the License.
 
   <profiles>
     <profile>
+      <id>rc</id>
+      <distributionManagement>
+        <!-- Cannot define in parent -->
+        <site>
+          <id>apache.website</id>
+          <url>scp://people.apache.org/www/maven.apache.org/skins/${project.artifactId}-${project.version}</url>
+        </site>
+      </distributionManagement>
+    </profile>
+    <profile>
       <id>run-its</id>
       <build>
         <plugins>

Modified: maven/skins/trunk/maven-fluido-skin/pom.xml
URL: http://svn.apache.org/viewvc/maven/skins/trunk/maven-fluido-skin/pom.xml?rev=1227884&r1=1227883&r2=1227884&view=diff
==============================================================================
--- maven/skins/trunk/maven-fluido-skin/pom.xml (original)
+++ maven/skins/trunk/maven-fluido-skin/pom.xml Thu Jan  5 22:50:36 2012
@@ -132,6 +132,16 @@
 
   <profiles>
     <profile>
+      <id>rc</id>
+      <distributionManagement>
+        <!-- Cannot define in parent -->
+        <site>
+          <id>apache.website</id>
+          <url>scp://people.apache.org/www/maven.apache.org/skins/${project.artifactId}-${project.version}</url>
+        </site>
+      </distributionManagement>
+    </profile>
+    <profile>
       <id>run-its</id>
       <build>
         <plugins>

Modified: maven/skins/trunk/maven-stylus-skin/pom.xml
URL: http://svn.apache.org/viewvc/maven/skins/trunk/maven-stylus-skin/pom.xml?rev=1227884&r1=1227883&r2=1227884&view=diff
==============================================================================
--- maven/skins/trunk/maven-stylus-skin/pom.xml (original)
+++ maven/skins/trunk/maven-stylus-skin/pom.xml Thu Jan  5 22:50:36 2012
@@ -46,6 +46,16 @@ under the License.
 
   <profiles>
     <profile>
+      <id>rc</id>
+      <distributionManagement>
+        <!-- Cannot define in parent -->
+        <site>
+          <id>apache.website</id>
+          <url>scp://people.apache.org/www/maven.apache.org/skins/${project.artifactId}-${project.version}</url>
+        </site>
+      </distributionManagement>
+    </profile>
+    <profile>
       <id>run-its</id>
       <build>
         <plugins>

Modified: maven/skins/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/skins/trunk/pom.xml?rev=1227884&r1=1227883&r2=1227884&view=diff
==============================================================================
--- maven/skins/trunk/pom.xml (original)
+++ maven/skins/trunk/pom.xml Thu Jan  5 22:50:36 2012
@@ -78,6 +78,7 @@ under the License.
           <artifactId>maven-release-plugin</artifactId>
           <configuration>
             <tagBase>https://svn.apache.org/repos/asf/maven/skins/tags</tagBase>
+            <arguments>-Prc,run-its,reporting</arguments>
           </configuration>
         </plugin>
       </plugins>