You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by rd...@apache.org on 2012/05/19 18:16:02 UTC

svn commit: r1340510 - in /creadur/main/trunk: ./ pom.xml

Author: rdonkin
Date: Sat May 19 16:16:02 2012
New Revision: 1340510

URL: http://svn.apache.org/viewvc?rev=1340510&view=rev
Log:
For now, deploy only into a stage directory locally. Update later once consensus has been reached on best upload approach.

Modified:
    creadur/main/trunk/   (props changed)
    creadur/main/trunk/pom.xml

Propchange: creadur/main/trunk/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sat May 19 16:16:02 2012
@@ -9,3 +9,4 @@ maven-eclipse.xml
 *.iml
 *.ipr
 *.iws
+stage

Modified: creadur/main/trunk/pom.xml
URL: http://svn.apache.org/viewvc/creadur/main/trunk/pom.xml?rev=1340510&r1=1340509&r2=1340510&view=diff
==============================================================================
--- creadur/main/trunk/pom.xml (original)
+++ creadur/main/trunk/pom.xml Sat May 19 16:16:02 2012
@@ -65,7 +65,10 @@ Note that binary compatibility is not gu
           </profile>
         </profiles>
     -->
-    <rat.site.url>scp://people.apache.org/www/incubator.apache.org/rat/</rat.site.url>
+    <!-- 
+    For the moment, deploy to stage directory only. 
+    -->
+    <rat.site.url>file:stage</rat.site.url>
     <rat.site.name>Apache RAT Website</rat.site.name>
     <rat.site.id>org.apache.rat.incubating.site</rat.site.id>
     <rat.releases.id>apache.releases.https</rat.releases.id>
@@ -387,12 +390,4 @@ Note that binary compatibility is not gu
     <module>apache-rat</module>
   </modules>
 
-  <profiles>
-    <profile>
-      <id>cms</id>
-      <properties>
-        <rat.site.url>file:stage</rat.site.url>
-      </properties>
-    </profile>
-  </profiles>
 </project>