You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@twill.apache.org by ch...@apache.org on 2016/12/17 23:30:43 UTC

twill git commit: Adding README for updating Twill site

Repository: twill
Updated Branches:
  refs/heads/site 3a011fe1b -> c74b2d9cb


Adding README for updating Twill site


Project: http://git-wip-us.apache.org/repos/asf/twill/repo
Commit: http://git-wip-us.apache.org/repos/asf/twill/commit/c74b2d9c
Tree: http://git-wip-us.apache.org/repos/asf/twill/tree/c74b2d9c
Diff: http://git-wip-us.apache.org/repos/asf/twill/diff/c74b2d9c

Branch: refs/heads/site
Commit: c74b2d9cb071e6dcbbd5f4bb74a8fc23b183c23a
Parents: 3a011fe
Author: Terence Yim <ch...@apache.org>
Authored: Sat Dec 17 15:30:11 2016 -0800
Committer: Terence Yim <ch...@apache.org>
Committed: Sat Dec 17 15:30:26 2016 -0800

----------------------------------------------------------------------
 src/site/README.md | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/twill/blob/c74b2d9c/src/site/README.md
----------------------------------------------------------------------
diff --git a/src/site/README.md b/src/site/README.md
new file mode 100644
index 0000000..6dc7b75
--- /dev/null
+++ b/src/site/README.md
@@ -0,0 +1,29 @@
+<!--
+ 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.
+-->
+
+Apache Twill Site Update Instructions
+-------------------------------------
+
+1. Publish snapshot artifacts to maven
+
+    git checkout master
+
+    mvn clean prepare-package -DskipTests -Dremoteresources.skip=true -P hadoop-2.0 &&
+    mvn prepare-package -DskipTests -Dremoteresources.skip=true -P hadoop-2.3 &&
+    mvn deploy -DskipTests -Dremoteresources.skip=true -P hadoop-2.3 -P apache-release
+1.
\ No newline at end of file