diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/pom.xml b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/pom.xml
index 440aca97718..b42771393ef 100644
--- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/pom.xml
+++ b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/pom.xml
@@ -46,32 +46,18 @@
apache-rat-plugin
- src/main/webapp/node_modules/**/*
- src/main/webapp/bower_components/**/*
src/main/webapp/jsconfig.json
src/main/webapp/bower.json
src/main/webapp/package.json
src/main/webapp/testem.json
-
- src/main/webapp/dist/**/*
- src/main/webapp/tmp/**/*
src/main/webapp/public/assets/images/**/*
src/main/webapp/public/assets/images/*
src/main/webapp/public/robots.txt
-
- public/assets/images/**/*
public/crossdomain.xml
-
- src/main/webapp/.tmp/**/*
src/main/webapp/.bowerrc
- src/main/webapp/.editorconfig
src/main/webapp/.ember-cli
- src/main/webapp/.gitignore
src/main/webapp/.jshintrc
- src/main/webapp/.travis.yml
src/main/webapp/.watchmanconfig
- src/main/webapp/tests/.jshintrc
- src/main/webapp/blueprints/.jshintrc
diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/.editorconfig b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/.editorconfig
deleted file mode 100644
index 47c5438403c..00000000000
--- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/.editorconfig
+++ /dev/null
@@ -1,34 +0,0 @@
-# EditorConfig helps developers define and maintain consistent
-# coding styles between different editors and IDEs
-# editorconfig.org
-
-root = true
-
-
-[*]
-end_of_line = lf
-charset = utf-8
-trim_trailing_whitespace = true
-insert_final_newline = true
-indent_style = space
-indent_size = 2
-
-[*.js]
-indent_style = space
-indent_size = 2
-
-[*.hbs]
-insert_final_newline = false
-indent_style = space
-indent_size = 2
-
-[*.css]
-indent_style = space
-indent_size = 2
-
-[*.html]
-indent_style = space
-indent_size = 2
-
-[*.{diff,md}]
-trim_trailing_whitespace = false