Author: rupertlssmith
Date: Thu Aug 2 03:08:13 2007
New Revision: 562066
URL: http://svn.apache.org/viewvc?view=rev&rev=562066
Log:
Changes to POM for repacking as manifest jar, rather than uber jar.
Modified:
incubator/qpid/branches/M2/java/perftests/jar-with-dependencies.xml
incubator/qpid/branches/M2/java/perftests/pom.xml
Modified: incubator/qpid/branches/M2/java/perftests/jar-with-dependencies.xml
URL:
http://svn.apache.org/viewvc/incubator/qpid/branches/M2/java/perftests/jar-with-dependencies.xml?view=diff&rev=562066&r1=562065&r2=562066
==============================================================================
--- incubator/qpid/branches/M2/java/perftests/jar-with-dependencies.xml
(original)
+++ incubator/qpid/branches/M2/java/perftests/jar-with-dependencies.xml Thu Aug
2 03:08:13 2007
@@ -44,6 +44,22 @@
<outputDirectory></outputDirectory>
</fileSet>
+ <!-- Include all the test scripts, both generated and hand-written. -->
+ <fileSet>
+ <directory>target</directory>
+ <outputDirectory></outputDirectory>
+ <includes>
+ <include>*.sh</include>
+ </includes>
+ </fileSet>
+ <fileSet>
+ <directory>etc/scripts</directory>
+ <outputDirectory></outputDirectory>
+ <includes>
+ <include>*.sh</include>
+ </includes>
+ </fileSet>
+
<!-- Include the build artifact. -->
<fileSet>
<directory>target</directory>
@@ -53,12 +69,12 @@
</includes>
</fileSet>
- <!-- Include the classpath only jar. -->
+ <!-- Include the manifest with classpath jar. -->
<fileSet>
<directory>target</directory>
<outputDirectory></outputDirectory>
<includes>
-
<include>qpid-perftests-1.0-incubating-M2-SNAPSHOT-tests.jar</include>
+ <include>qpid-perftests-${qpid.version}.jar</include>
</includes>
</fileSet>
Modified: incubator/qpid/branches/M2/java/perftests/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/qpid/branches/M2/java/perftests/pom.xml?view=diff&rev=562066&r1=562065&r2=562066
==============================================================================
--- incubator/qpid/branches/M2/java/perftests/pom.xml (original)
+++ incubator/qpid/branches/M2/java/perftests/pom.xml Thu Aug 2 03:08:13 2007
@@ -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>