diff options
author | Jakob Heher <jakob.heher@iaik.tugraz.at> | 2022-09-12 10:42:17 +0200 |
---|---|---|
committer | Jakob Heher <jakob.heher@iaik.tugraz.at> | 2022-09-12 10:42:35 +0200 |
commit | 3a4f806d255892d176619db7dd339c13bb082d44 (patch) | |
tree | b8690a6bea5ecc01ca508e6060e57c927f1a3f35 | |
parent | 70ca5b56326c9ba7e13c096324378a5a74fd0e17 (diff) | |
download | pdf-over-3a4f806d255892d176619db7dd339c13bb082d44.tar.gz pdf-over-3a4f806d255892d176619db7dd339c13bb082d44.tar.bz2 pdf-over-3a4f806d255892d176619db7dd339c13bb082d44.zip |
pom cleanup
-rw-r--r-- | pdf-over-gui/pom.xml | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/pdf-over-gui/pom.xml b/pdf-over-gui/pom.xml index df4db2a7..65b24846 100644 --- a/pdf-over-gui/pom.xml +++ b/pdf-over-gui/pom.xml @@ -577,6 +577,10 @@ </resources> </configuration> </execution> + <execution> + <id>copy-icons</id> + <phase>none</phase> + </execution> </executions> </plugin> <plugin> @@ -598,16 +602,6 @@ </execution> </executions> </plugin> - <plugin> - <artifactId>maven-resources-plugin</artifactId> - <version>2.4.2</version> - <executions> - <execution> - <id>copy-icons</id> - <phase>none</phase> - </execution> - </executions> - </plugin> </plugins> </build> </profile> |