AMBARI-21825. Fix new logsearch UI rat issues (oleewere)

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

Branch: refs/heads/trunk
Commit: be5fbff6e4d68c26feca188eaad1e7a0d3aaebf2
Parents: 0e5bf39
Author: oleewere <oleew...@gmail.com>
Authored: Mon Aug 28 13:57:03 2017 +0200
Committer: oleewere <oleew...@gmail.com>
Committed: Mon Aug 28 13:57:03 2017 +0200

----------------------------------------------------------------------
 ambari-logsearch/pom.xml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/be5fbff6/ambari-logsearch/pom.xml
----------------------------------------------------------------------
diff --git a/ambari-logsearch/pom.xml b/ambari-logsearch/pom.xml
index 2be11ee..9434365 100644
--- a/ambari-logsearch/pom.xml
+++ b/ambari-logsearch/pom.xml
@@ -162,12 +162,17 @@
         <artifactId>apache-rat-plugin</artifactId>
         <configuration>
           <excludes>
-            <exclude>README.md</exclude>
+            <exclude>**/README.md</exclude>
             <exclude>**/*.json</exclude>
             <exclude>**/*.log</exclude>
             <exclude>**/*.txt</exclude>
             <exclude>**/*.story</exclude>
+            <exclude>**/*.editorconfig</exclude>
+            <exclude>**/src/vendor/**</exclude>
+            <exclude>**/yarn.lock</exclude>
             <exclude>**/docker/Profile</exclude>
+            <exclude>**/node_modules/**</exclude>
+            <exclude>**/dist/**</exclude>
           </excludes>
         </configuration>
         <executions>

Reply via email to