summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2007-03-02 18:01:45 +0000
committerMartin Ritchie <ritchiem@apache.org>2007-03-02 18:01:45 +0000
commit62978ad55685bf4deddaa2829745463165426582 (patch)
treefae91a96d73a525c66899125226482b92b7c2fb8
parentf744998f59d5844ce65f82c5c9e6a894534c782c (diff)
downloadqpid-python-62978ad55685bf4deddaa2829745463165426582.tar.gz
Fixed systest pom so it builds test jar again
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/perftesting@513871 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/java/distribution/pom.xml2
-rw-r--r--qpid/java/systests/pom.xml14
2 files changed, 15 insertions, 1 deletions
diff --git a/qpid/java/distribution/pom.xml b/qpid/java/distribution/pom.xml
index 65ecc63da6..f6c4494ca9 100644
--- a/qpid/java/distribution/pom.xml
+++ b/qpid/java/distribution/pom.xml
@@ -38,7 +38,7 @@
<java.source.version>1.5</java.source.version>
<qpid.version>${pom.version}</qpid.version>
<qpid.targetDir>${project.build.directory}</qpid.targetDir>
- <release.revision>-r513851</release.revision>
+ <release.revision>-r513871</release.revision>
</properties>
<repositories>
diff --git a/qpid/java/systests/pom.xml b/qpid/java/systests/pom.xml
index 614166754c..69b49714cd 100644
--- a/qpid/java/systests/pom.xml
+++ b/qpid/java/systests/pom.xml
@@ -66,6 +66,20 @@
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>package</phase>
+ <goals>
+ <goal>test-jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+
+
</plugins>
<!-- Include source files in built jar -->