diff options
-rw-r--r-- | pdf-over-gui/pom.xml | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/pdf-over-gui/pom.xml b/pdf-over-gui/pom.xml index d813894b..6dcdc53f 100644 --- a/pdf-over-gui/pom.xml +++ b/pdf-over-gui/pom.xml @@ -509,22 +509,22 @@ <plugins> <plugin> <groupId>com.akathist.maven.plugins.launch4j</groupId> - <artifactId>launch4j-maven-plugin</artifactId> - <version>2.1.1</version> - <executions> - <execution> - <id>l4j-gui</id> - <phase>package</phase> - </execution> - <execution> - <id>l4j-cli</id> - <phase>package</phase> - </execution> - <execution> - <id>l4j-uninst</id> - <phase>package</phase> - </execution> - </executions> + <artifactId>launch4j-maven-plugin</artifactId> + <version>2.1.1</version> + <executions> + <execution> + <id>l4j-gui</id> + <phase>package</phase> + </execution> + <execution> + <id>l4j-cli</id> + <phase>package</phase> + </execution> + <execution> + <id>l4j-uninst</id> + <phase>package</phase> + </execution> + </executions> </plugin> </plugins> </build> |