summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorManuel Bentele2021-05-25 08:40:40 +0200
committerManuel Bentele2021-05-25 08:40:40 +0200
commitc60f5c66777c3426d8a9eb9f72667fd035e34442 (patch)
tree20ca83e748b5c3bf132f171de124e6e5d27962c1 /pom.xml
parentDo not compare absolute non-static paths in Libvirt unit test (diff)
downloadmaster-sync-shared-c60f5c66777c3426d8a9eb9f72667fd035e34442.tar.gz
master-sync-shared-c60f5c66777c3426d8a9eb9f72667fd035e34442.tar.xz
master-sync-shared-c60f5c66777c3426d8a9eb9f72667fd035e34442.zip
Build and package tests and their resources as external *.jar file
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 47401c1..7fdb164 100644
--- a/pom.xml
+++ b/pom.xml
@@ -57,6 +57,18 @@
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <version>3.2.0</version>
+ <executions>
+ <execution>
+ <goals>
+ <goal>test-jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-eclipse-plugin</artifactId>
<version>2.10</version>
<configuration>