diff options
author | Manuel Bentele | 2021-05-25 08:40:40 +0200 |
---|---|---|
committer | Manuel Bentele | 2021-05-25 08:40:40 +0200 |
commit | c60f5c66777c3426d8a9eb9f72667fd035e34442 (patch) | |
tree | 20ca83e748b5c3bf132f171de124e6e5d27962c1 | |
parent | Do not compare absolute non-static paths in Libvirt unit test (diff) | |
download | master-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
-rw-r--r-- | pom.xml | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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> |