You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by jo...@apache.org on 2017/05/24 13:59:31 UTC

[2/4] ambari git commit: AMBARI-21107. RAT check fails due to Checkstyle output in utility

AMBARI-21107. RAT check fails due to Checkstyle output in utility


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

Branch: refs/heads/branch-feature-AMBARI-12556
Commit: 5b44fa44e0e08f8fed5482a8ae54827ac0f49eeb
Parents: ca54b96
Author: Attila Doroszlai <ad...@hortonworks.com>
Authored: Wed May 24 07:26:53 2017 +0200
Committer: Attila Doroszlai <ad...@hortonworks.com>
Committed: Wed May 24 10:37:41 2017 +0200

----------------------------------------------------------------------
 pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/5b44fa44/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e0d0373..8faec29 100644
--- a/pom.xml
+++ b/pom.xml
@@ -400,6 +400,7 @@
             <!-- generated DDL-->
             <exclude>**/createDDL.jdbc</exclude>
             <exclude>**/yarn.lock</exclude>
+            <exclude>utility/target/**</exclude>
           </excludes>
         </configuration>
         <executions>