mirror of https://github.com/apache/druid.git
Update maven assembly plugin for druid-benchmarks (#12487)
This commit is contained in:
parent
39e7191f03
commit
785a1eeb9f
|
@ -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>
|
||||
<descriptors>
|
||||
<descriptor>assembly.xml</descriptor>
|
||||
</descriptors>
|
||||
<archive>
|
||||
<manifest>
|
||||
<mainClass>org.openjdk.jmh.Main</mainClass>
|
||||
|
|
Loading…
Reference in New Issue