This is an automated email from the ASF dual-hosted git repository.

cwylie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git


The following commit(s) were added to refs/heads/master by this push:
     new 81fe855b6ff Update com.github.eirslett to fix bad zip issue (#15556)
81fe855b6ff is described below

commit 81fe855b6ff0fd8a81fc9ca02a3e1e5061e14f21
Author: Pranav <[email protected]>
AuthorDate: Wed Dec 13 17:22:54 2023 -0800

    Update com.github.eirslett to fix bad zip issue (#15556)
---
 pom.xml             | 2 +-
 web-console/pom.xml | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 335d0e17b73..ead448ce6ef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1842,7 +1842,7 @@
               <plugin>
                 <groupId>com.github.eirslett</groupId>
                 <artifactId>frontend-maven-plugin</artifactId>
-                <version>1.14.2</version>
+                <version>1.15.0</version>
               </plugin>
             </plugins>
         </pluginManagement>
diff --git a/web-console/pom.xml b/web-console/pom.xml
index 04f68462134..33d5b6f0449 100644
--- a/web-console/pom.xml
+++ b/web-console/pom.xml
@@ -46,6 +46,8 @@
         <configuration>
           <skip>${web.console.skip}</skip>
           <skipTests>${skipUTs}</skipTests>
+          <installDirectory>${project.build.directory}</installDirectory>
+          <npmVersion>${npm.version}</npmVersion>
         </configuration>
         <executions>
           <execution>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to