You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oltu.apache.org by si...@apache.org on 2012/12/13 23:53:23 UTC

svn commit: r1421599 - /incubator/amber/trunk/pom.xml

Author: simonetripodi
Date: Thu Dec 13 22:53:21 2012
New Revision: 1421599

URL: http://svn.apache.org/viewvc?rev=1421599&view=rev
Log:
site profile already exist, so
- dropped useless site distribution management;
- modified new properties name with old naming, it warranties site-deployment backward compatibility

Modified:
    incubator/amber/trunk/pom.xml

Modified: incubator/amber/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/amber/trunk/pom.xml?rev=1421599&r1=1421598&r2=1421599&view=diff
==============================================================================
--- incubator/amber/trunk/pom.xml (original)
+++ incubator/amber/trunk/pom.xml Thu Dec 13 22:53:21 2012
@@ -266,12 +266,6 @@
      </notifier>
    </notifiers>
   </ciManagement>
-  <distributionManagement>
-    <site>
-      <id>apache.website</id>
-      <url>${amber.siteUrlDeployment}</url>
-    </site>
-  </distributionManagement>
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -286,9 +280,9 @@
      |
      | mvn clean site-deploy scm-publish:publish-scm -Dusername=uid -Dpassword=pwd
     -->
-    <amber.siteFilePath>${user.home}/amber-site/</amber.siteFilePath>
-    <amber.siteUrlDeployment>file://${amber.siteFilePath}</amber.siteUrlDeployment>
-    <amber.scmPubCheckoutDirectory>${user.home}/amber-site/</amber.scmPubCheckoutDirectory>
+    <site.siteFilePath>${user.home}/amber-site/</site.siteFilePath>
+    <site.deploymentBaseUrl>file://${site.siteFilePath}</site.deploymentBaseUrl>
+    <site.scmPubCheckoutDirectory>${user.home}/amber-site/</site.scmPubCheckoutDirectory>
     <assembly.skip>false</assembly.skip>
   </properties>
 
@@ -437,10 +431,10 @@
           <version>1.0-beta-2</version>
           <configuration>
             <tryUpdate>true</tryUpdate>
-            <checkoutDirectory>${amber.scmPubCheckoutDirectory}</checkoutDirectory>
+            <checkoutDirectory>${site.scmPubCheckoutDirectory}</checkoutDirectory>
             <pubScmUrl>scm:svn:https://svn.apache.org/repos/asf/incubator/amber/site</pubScmUrl>
             <checkinComment>Apache Amber site deployment</checkinComment>
-            <content>${amber.siteFilePath}</content>
+            <content>${site.siteFilePath}</content>
           </configuration>
         </plugin>
       </plugins>