summaryrefslogtreecommitdiff
path: root/java/broker
diff options
context:
space:
mode:
Diffstat (limited to 'java/broker')
-rw-r--r--java/broker/pom.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/java/broker/pom.xml b/java/broker/pom.xml
index 92a3d69060..48883b7912 100644
--- a/java/broker/pom.xml
+++ b/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>