summaryrefslogtreecommitdiff
path: root/qpid/java/bdbstore/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/java/bdbstore/pom.xml')
-rw-r--r--qpid/java/bdbstore/pom.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/qpid/java/bdbstore/pom.xml b/qpid/java/bdbstore/pom.xml
index d7d12f0b33..5d34559a46 100644
--- a/qpid/java/bdbstore/pom.xml
+++ b/qpid/java/bdbstore/pom.xml
@@ -102,6 +102,20 @@
</includes>
</resource>
</resources>
+
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <executions>
+ <execution>
+ <goals>
+ <goal>test-jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
</build>
</project>