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 2013/01/23 16:52:00 UTC

svn commit: r1437502 - in /oltu/trunk: deploySite.sh pom.xml

Author: simonetripodi
Date: Wed Jan 23 15:52:00 2013
New Revision: 1437502

URL: http://svn.apache.org/viewvc?rev=1437502&view=rev
Log:
[AMBER-77] Update the Oltu website

Initial checkin of a utility script to checkin the produced site on SVN

Added:
    oltu/trunk/deploySite.sh   (with props)
Modified:
    oltu/trunk/pom.xml

Added: oltu/trunk/deploySite.sh
URL: http://svn.apache.org/viewvc/oltu/trunk/deploySite.sh?rev=1437502&view=auto
==============================================================================
--- oltu/trunk/deploySite.sh (added)
+++ oltu/trunk/deploySite.sh Wed Jan 23 15:52:00 2013
@@ -0,0 +1,22 @@
+#!/bin/sh
+
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+
+mvn clean site-deploy scm-publish:publish-scm $@

Propchange: oltu/trunk/deploySite.sh
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: oltu/trunk/deploySite.sh
------------------------------------------------------------------------------
    svn:executable = *

Propchange: oltu/trunk/deploySite.sh
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: oltu/trunk/deploySite.sh
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Modified: oltu/trunk/pom.xml
URL: http://svn.apache.org/viewvc/oltu/trunk/pom.xml?rev=1437502&r1=1437501&r2=1437502&view=diff
==============================================================================
--- oltu/trunk/pom.xml (original)
+++ oltu/trunk/pom.xml Wed Jan 23 15:52:00 2013
@@ -283,9 +283,13 @@
     <maven.build.timestamp.format>yyyy-MM-dd HH:mm:ssZ</maven.build.timestamp.format>
     <implementation.build>${scmBranch}@r${buildNumber}</implementation.build>
     <!--
-     | Amber website has to be stored in SVN
+     | Oltu website has to be stored in SVN
      |
-     | mvn clean site-deploy scm-publish:publish-scm -Dusername=uid -Dpassword=pwd
+     | mvn clean site-deploy scm-publish:publish-scm -Dusername=${uid} -Dpassword=${pwd}
+     |
+     | or
+     |
+     | sh deploySite.sh -Dusername=${uid} -Dpassword=${pwd}
     -->
     <site.siteFilePath>${user.home}/oltu-site/</site.siteFilePath>
     <site.deploymentBaseUrl>file://${site.siteFilePath}</site.deploymentBaseUrl>