diff options
| author | Bhupendra Bhusman Bhardwaj <bhupendrab@apache.org> | 2007-01-10 12:35:04 +0000 |
|---|---|---|
| committer | Bhupendra Bhusman Bhardwaj <bhupendrab@apache.org> | 2007-01-10 12:35:04 +0000 |
| commit | 048a8f23ef05f29a0de65be39909ec1bd3c2d09a (patch) | |
| tree | 46266805802a8db965bc10ae3f0005c2f7ad489d /qpid/java/broker | |
| parent | d989614d675abf5d970e0aff420fb3db79ace159 (diff) | |
| download | qpid-python-048a8f23ef05f29a0de65be39909ec1bd3c2d09a.tar.gz | |
QPID-277
adding tests in distribution
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@494797 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/broker')
| -rw-r--r-- | qpid/java/broker/pom.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/qpid/java/broker/pom.xml b/qpid/java/broker/pom.xml index 92a3d69060..48883b7912 100644 --- a/qpid/java/broker/pom.xml +++ b/qpid/java/broker/pom.xml @@ -128,6 +128,19 @@ </systemProperties> </configuration> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-jar-plugin</artifactId> + <executions> + <execution> + <id>bundle-test-jar</id> + <phase>package</phase> + <goals> + <goal>test-jar</goal> + </goals> + </execution> + </executions> + </plugin> </plugins> </build> |
