Repository: hadoop
Updated Branches:
  refs/heads/trunk 1290e3c64 -> 2d13e410d


HDDS-119. Skip Apache license header check for some ozone doc scripts. 
Contributed by Ajay Kumar.


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

Branch: refs/heads/trunk
Commit: 2d13e410d8a84b27e65fccff24bd8d86c3ab6b1d
Parents: 1290e3c
Author: Xiaoyu Yao <x...@apache.org>
Authored: Thu Aug 16 22:13:50 2018 -0700
Committer: Xiaoyu Yao <x...@apache.org>
Committed: Thu Aug 16 22:18:52 2018 -0700

----------------------------------------------------------------------
 hadoop-ozone/docs/pom.xml                  | 17 +++++++++++++++++
 hadoop-ozone/docs/static/OzoneOverview.svg | 13 +++++++++++++
 2 files changed, 30 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/2d13e410/hadoop-ozone/docs/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-ozone/docs/pom.xml b/hadoop-ozone/docs/pom.xml
index e0f9a87..f5e6aaf 100644
--- a/hadoop-ozone/docs/pom.xml
+++ b/hadoop-ozone/docs/pom.xml
@@ -53,6 +53,23 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd";>
           </arguments>
         </configuration>
       </plugin>
+      <plugin>
+        <groupId>org.apache.rat</groupId>
+        <artifactId>apache-rat-plugin</artifactId>
+        <configuration>
+          <excludes>
+            <exclude>themes/ozonedoc/static/js/bootstrap.min.js</exclude>
+            <exclude>themes/ozonedoc/static/js/jquery.min.js</exclude>
+            
<exclude>themes/ozonedoc/static/css/bootstrap-theme.min.css</exclude>
+            <exclude>themes/ozonedoc/static/css/bootstrap.min.css.map</exclude>
+            <exclude>themes/ozonedoc/static/css/bootstrap.min.css</exclude>
+            
<exclude>themes/ozonedoc/static/css/bootstrap-theme.min.css.map</exclude>
+            
<exclude>themes/ozonedoc/static/fonts/glyphicons-halflings-regular.svg</exclude>
+            <exclude>themes/ozonedoc/layouts/index.html</exclude>
+            <exclude>themes/ozonedoc/theme.toml</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
     </plugins>
   </build>
 </project>

http://git-wip-us.apache.org/repos/asf/hadoop/blob/2d13e410/hadoop-ozone/docs/static/OzoneOverview.svg
----------------------------------------------------------------------
diff --git a/hadoop-ozone/docs/static/OzoneOverview.svg 
b/hadoop-ozone/docs/static/OzoneOverview.svg
index 0120a5c..9d4660d 100644
--- a/hadoop-ozone/docs/static/OzoneOverview.svg
+++ b/hadoop-ozone/docs/static/OzoneOverview.svg
@@ -1,4 +1,17 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed 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. See accompanying LICENSE file.
+-->
 <svg width="703px" height="465px" viewBox="0 0 703 465" version="1.1" 
xmlns="http://www.w3.org/2000/svg"; xmlns:xlink="http://www.w3.org/1999/xlink";>
     <!-- Generator: Sketch 44.1 (41455) - http://www.bohemiancoding.com/sketch 
-->
     <title>Desktop HD</title>


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to