aboutsummaryrefslogtreecommitdiffstats
path: root/testing/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'testing/pom.xml')
-rw-r--r--testing/pom.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/testing/pom.xml b/testing/pom.xml
index 310d20acf..d998c7d7d 100644
--- a/testing/pom.xml
+++ b/testing/pom.xml
@@ -140,4 +140,21 @@
<systemPath>${project.basedir}/../lib/commons/commons.jar</systemPath>
</dependency>
</dependencies>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <version>2.2</version>
+ <executions>
+ <execution>
+ <goals>
+ <goal>test-jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
</project>