You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tajo.apache.org by hy...@apache.org on 2016/04/07 09:06:14 UTC

tajo git commit: Fix a rat audit problem.

Repository: tajo
Updated Branches:
  refs/heads/master 401f33b9c -> 36f691d9f


Fix a rat audit problem.


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

Branch: refs/heads/master
Commit: 36f691d9f782d915f3e2268997843f9f55ad48f2
Parents: 401f33b
Author: Hyunsik Choi <hy...@apache.org>
Authored: Thu Apr 7 16:05:39 2016 +0900
Committer: Hyunsik Choi <hy...@apache.org>
Committed: Thu Apr 7 16:05:39 2016 +0900

----------------------------------------------------------------------
 tajo-project/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tajo/blob/36f691d9/tajo-project/pom.xml
----------------------------------------------------------------------
diff --git a/tajo-project/pom.xml b/tajo-project/pom.xml
index 27fa66b..7d2c649 100644
--- a/tajo-project/pom.xml
+++ b/tajo-project/pom.xml
@@ -653,6 +653,11 @@
             </goals>
           </execution>
         </executions>
+        <configuration>
+          <excludes>
+            <exclude>src/site/**/*.html</exclude>
+          </excludes>
+        </configuration>
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>