diff options
Diffstat (limited to 'pdf-over-gui')
-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> |