You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by ki...@apache.org on 2012/12/12 02:05:22 UTC

git commit: Adding license and rat goal to generate the rat report

Updated Branches:
  refs/heads/master ebbccc3c7 -> 2cba19a26


Adding license and rat goal to generate the rat report


Project: http://git-wip-us.apache.org/repos/asf/incubator-helix/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-helix/commit/2cba19a2
Tree: http://git-wip-us.apache.org/repos/asf/incubator-helix/tree/2cba19a2
Diff: http://git-wip-us.apache.org/repos/asf/incubator-helix/diff/2cba19a2

Branch: refs/heads/master
Commit: 2cba19a26872a140e370dc0dd714248f993dd3b4
Parents: ebbccc3
Author: Kishore Gopalakrishna <g....@gmail.com>
Authored: Tue Dec 11 17:05:10 2012 -0800
Committer: Kishore Gopalakrishna <g....@gmail.com>
Committed: Tue Dec 11 17:05:10 2012 -0800

----------------------------------------------------------------------
 deploySite.sh                                      |    2 +-
 pom.xml                                            |    2 +
 .../recipes/rsync_replicated_file_store.md         |   19 +++++++++++++++
 3 files changed, 22 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/2cba19a2/deploySite.sh
----------------------------------------------------------------------
diff --git a/deploySite.sh b/deploySite.sh
index 8066865..9c6e4ae 100644
--- a/deploySite.sh
+++ b/deploySite.sh
@@ -1,4 +1,4 @@
 read -s -p "Enter Apache Username: " myusername
 echo ""
 read -s -p "Enter Apache Password: " mypassword
-echo "mvn clean site-deploy scm-publish:publish-scm -Dusername=$myusername -Dpassword=$mypassword -DskipTests $@"
+mvn clean site-deploy scm-publish:publish-scm -Dusername=$myusername -Dpassword=$mypassword -DskipTests $@

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/2cba19a2/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index fbb7313..493c998 100644
--- a/pom.xml
+++ b/pom.xml
@@ -415,6 +415,7 @@ under the License.
                 <id>rat-verify</id>
                 <phase>test</phase>
                 <goals>
+                  <goal>rat</goal>
                   <goal>check</goal>
                 </goals>
                 <configuration>
@@ -428,6 +429,7 @@ under the License.
                     <exclude>*.bat</exclude>
                     <exclude>**/*.iml</exclude>
                     <exclude>.repository/**</exclude>
+                    <exclude>test-output/**</exclude>
                     <exclude>bump-up.command</exclude>
                     <exclude>src/main/scripts/integration-test/var/log/**</exclude>
                     <exclude>src/test/resources/static_view.txt</exclude>

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/2cba19a2/src/site/markdown/recipes/rsync_replicated_file_store.md
----------------------------------------------------------------------
diff --git a/src/site/markdown/recipes/rsync_replicated_file_store.md b/src/site/markdown/recipes/rsync_replicated_file_store.md
index ffc6419..f8a74a0 100644
--- a/src/site/markdown/recipes/rsync_replicated_file_store.md
+++ b/src/site/markdown/recipes/rsync_replicated_file_store.md
@@ -1,3 +1,22 @@
+<!---
+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.
+-->
+
 Near real time rsync replicated file system
 ===========================================