This is an automated email from the ASF dual-hosted git repository.
hanicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/knox.git
The following commit(s) were added to refs/heads/master by this push:
new 5f9f74979 KNOX-3227: Remove package-lock.json as well (#1121)
5f9f74979 is described below
commit 5f9f74979d21e3ec3b60aadc98552d885bacdd34
Author: hanicz <[email protected]>
AuthorDate: Mon Dec 8 18:50:24 2025 +0100
KNOX-3227: Remove package-lock.json as well (#1121)
---
knox-homepage-ui/pom.xml | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/knox-homepage-ui/pom.xml b/knox-homepage-ui/pom.xml
index 5f45cbc6f..2d2143073 100644
--- a/knox-homepage-ui/pom.xml
+++ b/knox-homepage-ui/pom.xml
@@ -37,7 +37,11 @@
<configuration>
<filesets>
<fileset>
- <directory>node_modules</directory>
+ <directory>${project.basedir}</directory>
+ <includes>
+ <include>package-lock.json</include>
+ <include>node_modules/**</include>
+ </includes>
</fileset>
</filesets>
</configuration>