summaryrefslogtreecommitdiffstats
path: root/it/jvpp-benchmark/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'it/jvpp-benchmark/pom.xml')
-rw-r--r--it/jvpp-benchmark/pom.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/it/jvpp-benchmark/pom.xml b/it/jvpp-benchmark/pom.xml
index bccf54fee..c871a0df0 100644
--- a/it/jvpp-benchmark/pom.xml
+++ b/it/jvpp-benchmark/pom.xml
@@ -33,7 +33,6 @@
<properties>
<jmh.version>1.21</jmh.version>
- <shaded.name>jvpp-benchmark-exec</shaded.name>
<jvpp.version>18.07-SNAPSHOT</jvpp.version>
</properties>
@@ -93,14 +92,14 @@
<goal>shade</goal>
</goals>
<configuration>
- <!-- fixme: includevesion in artifact name, deploy to nexus -->
- <finalName>${shaded.name}</finalName>
<transformers>
<transformer
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<mainClass>org.openjdk.jmh.Main</mainClass>
</transformer>
</transformers>
+ <shadedArtifactAttached>true</shadedArtifactAttached>
+ <shadedClassifierName>executable</shadedClassifierName>
</configuration>
</execution>
</executions>