Skip to content

Commit

Permalink
remove launch4j
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeberger committed Dec 25, 2020
1 parent 804bc53 commit 19a9e8e
Showing 1 changed file with 1 addition and 27 deletions.
28 changes: 1 addition & 27 deletions BORGCalendar/swingui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,33 +45,7 @@
</dependencies>
<build>
<plugins>
<plugin>
<groupId>com.akathist.maven.plugins.launch4j</groupId>
<artifactId>launch4j-maven-plugin</artifactId>
<executions>
<execution>
<id>l4j-clui</id>
<phase>package</phase>
<goals>
<goal>launch4j</goal>
</goals>
<configuration>
<headerType>gui</headerType>
<outfile>target/borg.exe</outfile>
<jar>borg.jar</jar>
<dontWrapJar>true</dontWrapJar>
<downloadUrl>none</downloadUrl>
<icon>${project.basedir}/src/main/resources/resource/borg32x32.ico</icon>
<jre>
<path>jre</path>
<minVersion>13</minVersion>
<bundledJre64Bit>true</bundledJre64Bit>
<jdkPreference>jdkOnly</jdkPreference>
</jre>
</configuration>
</execution>
</executions>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
Expand Down

0 comments on commit 19a9e8e

Please sign in to comment.