This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git
The following commit(s) were added to refs/heads/master by this push:
new 3b8ed58c6a HDDS-11682. Bump maven-resources-plugin to 3.3.0 (#7384)
3b8ed58c6a is described below
commit 3b8ed58c6add96316d3c7c6fec77b5be03d8fc1d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Nov 22 17:57:43 2024 +0100
HDDS-11682. Bump maven-resources-plugin to 3.3.0 (#7384)
---
hadoop-ozone/recon/pom.xml | 4 ++++
pom.xml | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/hadoop-ozone/recon/pom.xml b/hadoop-ozone/recon/pom.xml
index 026fe01d40..f203689b66 100644
--- a/hadoop-ozone/recon/pom.xml
+++ b/hadoop-ozone/recon/pom.xml
@@ -210,6 +210,9 @@
<resources>
<resource>
<directory>${basedir}/src/main/resources/webapps/recon/ozone-recon-web/build</directory>
+ <excludes>
+ <exclude>static/**</exclude>
+ </excludes>
<filtering>true</filtering>
</resource>
</resources>
@@ -230,6 +233,7 @@
</resource>
</resources>
<nonFilteredFileExtensions>
+ <nonFilteredFileExtension>woff</nonFilteredFileExtension>
<nonFilteredFileExtension>woff2</nonFilteredFileExtension>
</nonFilteredFileExtensions>
</configuration>
diff --git a/pom.xml b/pom.xml
index 5dde16810f..006605c6bb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -260,7 +260,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xs
<maven-clean-plugin.version>3.4.0</maven-clean-plugin.version>
<maven-compiler-plugin.version>3.9.0</maven-compiler-plugin.version>
<maven-install-plugin.version>3.1.3</maven-install-plugin.version>
- <maven-resources-plugin.version>3.1.0</maven-resources-plugin.version>
+ <maven-resources-plugin.version>3.3.0</maven-resources-plugin.version>
<maven-shade-plugin.version>3.6.0</maven-shade-plugin.version>
<maven-jar-plugin.version>3.4.2</maven-jar-plugin.version>
<maven-war-plugin.version>3.4.0</maven-war-plugin.version>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]