This is an automated email from the ASF dual-hosted git repository.
suneet 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 785a1eeb9f Update maven assembly plugin for druid-benchmarks (#12487)
785a1eeb9f is described below
commit 785a1eeb9f4e70984b76a4e8900dc5e3e15acc4f
Author: Nishant Bangarwa <[email protected]>
AuthorDate: Mon May 2 09:43:19 2022 -0700
Update maven assembly plugin for druid-benchmarks (#12487)
---
benchmarks/pom.xml | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/benchmarks/pom.xml b/benchmarks/pom.xml
index bd5730ea7d..f6bb53e66a 100644
--- a/benchmarks/pom.xml
+++ b/benchmarks/pom.xml
@@ -200,7 +200,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
- <version>2.6</version>
+ <version>3.1.0</version>
<executions>
<execution>
<phase>package</phase>
@@ -210,7 +210,9 @@
<configuration>
<finalName>${uberjar.name}</finalName>
<appendAssemblyId>false</appendAssemblyId>
- <descriptor>assembly.xml</descriptor>
+ <descriptors>
+ <descriptor>assembly.xml</descriptor>
+ </descriptors>
<archive>
<manifest>
<mainClass>org.openjdk.jmh.Main</mainClass>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]