mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2024-11-22 08:46:56 -06:00
27 lines
832 B
XML
27 lines
832 B
XML
<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.0.0"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://maven.apache.org/xsd/assembly-2.0.0.xsd">
|
|
|
|
<id>jar-with-dependencies</id>
|
|
<formats>
|
|
<format>jar</format>
|
|
</formats>
|
|
<includeBaseDirectory>false</includeBaseDirectory>
|
|
|
|
<dependencySets>
|
|
<dependencySet>
|
|
<outputDirectory>/</outputDirectory>
|
|
<useProjectArtifact>true</useProjectArtifact>
|
|
<unpack>true</unpack>
|
|
<scope>runtime</scope>
|
|
</dependencySet>
|
|
</dependencySets>
|
|
|
|
<containerDescriptorHandlers>
|
|
<containerDescriptorHandler>
|
|
<handlerName>metaInf-services</handlerName>
|
|
</containerDescriptorHandler>
|
|
</containerDescriptorHandlers>
|
|
|
|
</assembly>
|