Author: olamy
Date: Fri Jul  5 14:04:25 2013
New Revision: 1500013

URL: http://svn.apache.org/r1500013
Log:
add script to ease site deployment

Added:
    maven/archetype/trunk/deploySite.sh   (with props)
Modified:
    maven/archetype/trunk/README

Modified: maven/archetype/trunk/README
URL: 
http://svn.apache.org/viewvc/maven/archetype/trunk/README?rev=1500013&r1=1500012&r2=1500013&view=diff
==============================================================================
--- maven/archetype/trunk/README (original)
+++ maven/archetype/trunk/README Fri Jul  5 14:04:25 2013
@@ -2,3 +2,6 @@ Maven Archetype
 http://maven.apache.org/archetype/
 
 Developers list: [email protected]
+
+To deploy website
+sh ./deploySite.sh -Dusername=apacheuid -Dpassword=apachepaswword

Added: maven/archetype/trunk/deploySite.sh
URL: 
http://svn.apache.org/viewvc/maven/archetype/trunk/deploySite.sh?rev=1500013&view=auto
==============================================================================
--- maven/archetype/trunk/deploySite.sh (added)
+++ maven/archetype/trunk/deploySite.sh Fri Jul  5 14:04:25 2013
@@ -0,0 +1,23 @@
+#!/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 site site:stage -Preporting scm-publish:publish-scm $@
+

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

Propchange: maven/archetype/trunk/deploySite.sh
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision


Reply via email to