summaryrefslogtreecommitdiff
path: root/java/perftests/pom.xml
diff options
context:
space:
mode:
authorRupert Smith <rupertlssmith@apache.org>2007-08-02 10:08:13 +0000
committerRupert Smith <rupertlssmith@apache.org>2007-08-02 10:08:13 +0000
commit746558917ae7d16873aa364ab4b4de491b7419fb (patch)
tree624293425aaa2eaea6793f06080e94657dd915c6 /java/perftests/pom.xml
parent039cf25002ca2f395da9b8ce6a45d34aab894b8c (diff)
downloadqpid-python-746558917ae7d16873aa364ab4b4de491b7419fb.tar.gz
Changes to POM for repacking as manifest jar, rather than uber jar.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@562066 13f79535-47bb-0310-9956-ffa450edef68
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>