diff --git a/pom.xml b/pom.xml index 1b067419b27b1ba4768700e95ea699c756374c8f..1ac34c171e325ccea378cf62d835cbfa0314e526 100644 --- a/pom.xml +++ b/pom.xml @@ -291,38 +291,6 @@ </execution> </executions> </plugin> - <plugin> - <groupId>com.akathist.maven.plugins.launch4j</groupId> - <artifactId>launch4j-maven-plugin</artifactId> - <version>2.1.2</version> - <executions> - <execution> - <id>l4j-clui</id> - <phase>package</phase> - <goals> - <goal>launch4j</goal> - </goals> - <configuration> - <headerType>gui</headerType> - <jar>${project.outputDirectory}/${project.artifactName}.jar</jar> - <outfile>${project.exe}</outfile> - <downloadUrl>https://adoptopenjdk.net/</downloadUrl> - <classPath> - <mainClass>${project.groupId}${project.artifactId}.Main</mainClass> - </classPath> - <jre> - <bundledJre64Bit>false</bundledJre64Bit> - <bundledJreAsFallback>false</bundledJreAsFallback> - <minVersion>11</minVersion> - <jdkPreference>preferJre</jdkPreference> - <runtimeBits>64</runtimeBits> - </jre> - <icon>build/icon.ico</icon> - </configuration> - </execution> - </executions> - </plugin> - <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId>