summaryrefslogtreecommitdiff
path: root/java/perftests/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'java/perftests/pom.xml')
-rw-r--r--java/perftests/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/perftests/pom.xml b/java/perftests/pom.xml
index 41bd6c1a84..69dfc58882 100644
--- a/java/perftests/pom.xml
+++ b/java/perftests/pom.xml
@@ -142,7 +142,7 @@
<configuration>
<scriptOutDirectory>target</scriptOutDirectory>
- <testJar>${project.build.finalName}-all-test-deps.jar</testJar>
+ <testJar>${project.build.finalName}.jar</testJar>
<systemproperties>
<property>
<name>-Xms</name>
@@ -382,7 +382,7 @@
</archive>
</configuration>
<goals>
- <goal>test-jar</goal>
+ <goal>jar</goal>
</goals>
</execution>
</executions>