diff options
author | Jakob Heher <jakob.heher@iaik.tugraz.at> | 2022-05-04 13:25:52 +0200 |
---|---|---|
committer | Jakob Heher <jakob.heher@iaik.tugraz.at> | 2022-05-04 13:25:52 +0200 |
commit | f87649ba7280d9f05efa0c238eb9ef47a5a23424 (patch) | |
tree | b919efad06fc2d87b7654dd00298bf4ced382301 | |
parent | 5eb258725e9a82be5278639252d749df6a6b9a6f (diff) | |
download | pdf-over-f87649ba7280d9f05efa0c238eb9ef47a5a23424.tar.gz pdf-over-f87649ba7280d9f05efa0c238eb9ef47a5a23424.tar.bz2 pdf-over-f87649ba7280d9f05efa0c238eb9ef47a5a23424.zip |
properly skip truezip-maven-plugin for linux
-rw-r--r-- | pdf-over-gui/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pdf-over-gui/pom.xml b/pdf-over-gui/pom.xml index 12668a94..fb6f98b0 100644 --- a/pdf-over-gui/pom.xml +++ b/pdf-over-gui/pom.xml @@ -531,6 +531,7 @@ </executions> </plugin> <plugin> + <groupId>org.codehaus.mojo</groupId> <artifactId>truezip-maven-plugin</artifactId> <version>1.2</version> <executions> |