This is an automated email from the ASF dual-hosted git repository.
cnauroth pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/trunk by this push:
new 77b2ace22c8 HADOOP-19798. (Followup) Fix rat license check failures
77b2ace22c8 is described below
commit 77b2ace22c82bfca05050eca471eb9f91a79830e
Author: Chris Nauroth <[email protected]>
AuthorDate: Thu Feb 12 21:36:07 2026 +0000
HADOOP-19798. (Followup) Fix rat license check failures
Closes #8237
Signed-off-by: Chris Nauroth <[email protected]>
Signed-off-by: Steve Loughran <[email protected]>
---
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/pom.xml | 4 ++++
pom.xml | 2 ++
2 files changed, 6 insertions(+)
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 2942e035549..b05699aa8ca 100644
--- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/pom.xml
+++ b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/pom.xml
@@ -75,9 +75,13 @@
<exclude>src/main/webapp/jsconfig.json</exclude>
<exclude>src/main/webapp/bower.json</exclude>
<exclude>src/main/webapp/bower-shrinkwrap.json</exclude>
+ <exclude>src/main/webapp/bower_components/**</exclude>
+ <exclude>src/main/webapp/dist/**</exclude>
+ <exclude>src/main/webapp/node_modules/**</exclude>
<exclude>src/main/webapp/package.json</exclude>
<exclude>src/main/webapp/yarn.lock</exclude>
<exclude>src/main/webapp/testem.json</exclude>
+ <exclude>src/main/webapp/testem.log</exclude>
<exclude>src/main/webapp/public/assets/images/**/*</exclude>
<exclude>src/main/webapp/public/assets/images/*</exclude>
<exclude>src/main/webapp/public/robots.txt</exclude>
diff --git a/pom.xml b/pom.xml
index 1903969ac36..69b71078d14 100644
--- a/pom.xml
+++ b/pom.xml
@@ -611,7 +611,9 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
https://maven.apache.org/x
<exclude>.git/**</exclude>
<exclude>.github/pull_request_template.md</exclude>
<exclude>.idea/**</exclude>
+ <exclude>.mvn/*.config</exclude>
<exclude>**/build/**</exclude>
+ <exclude>**/dependency-reduced-pom.xml</exclude>
<exclude>**/patchprocess/**</exclude>
<exclude>**/*.js</exclude>
<exclude>licenses/**</exclude>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]