Updated launch4j
This commit is contained in:
+22
-23
@@ -1,4 +1,5 @@
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>net.sf.launch4j</groupId>
|
||||
@@ -115,11 +116,6 @@
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>foxtrot</groupId>
|
||||
<artifactId>foxtrot</artifactId>
|
||||
<version>2.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.jgoodies</groupId>
|
||||
<artifactId>jgoodies-common</artifactId>
|
||||
@@ -131,9 +127,9 @@
|
||||
<version>1.2.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.jgoodies</groupId>
|
||||
<artifactId>looks</artifactId>
|
||||
<version>2.2.2</version>
|
||||
<groupId>com.formdev</groupId>
|
||||
<artifactId>flatlaf</artifactId>
|
||||
<version>1.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.thoughtworks.xstream</groupId>
|
||||
@@ -143,7 +139,7 @@
|
||||
<dependency>
|
||||
<groupId>org.apache.ant</groupId>
|
||||
<artifactId>ant</artifactId>
|
||||
<version>1.9.15</version>
|
||||
<version>1.10.9</version>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
@@ -161,10 +157,10 @@
|
||||
<plugins>
|
||||
<plugin>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>3.1</version>
|
||||
<version>3.8.1</version>
|
||||
<configuration>
|
||||
<source>1.6</source>
|
||||
<target>1.6</target>
|
||||
<source>1.8</source>
|
||||
<target>1.8</target>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
@@ -321,7 +317,10 @@
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-javadoc-plugin</artifactId>
|
||||
<version>2.9.1</version>
|
||||
<version>3.2.0</version>
|
||||
<configuration>
|
||||
<doclint>none</doclint>
|
||||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>attach-javadocs</id>
|
||||
@@ -381,12 +380,12 @@
|
||||
<bin.dir>bin-win32</bin.dir>
|
||||
</properties>
|
||||
<build>
|
||||
<plugins>
|
||||
<plugins>
|
||||
<!-- Creates Launch4j executable -->
|
||||
<plugin>
|
||||
<groupId>com.akathist.maven.plugins.launch4j</groupId>
|
||||
<artifactId>launch4j-maven-plugin</artifactId>
|
||||
<version>1.6</version>
|
||||
<version>1.7.25</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>launch4j</id>
|
||||
@@ -404,7 +403,7 @@
|
||||
<stayAlive>false</stayAlive>
|
||||
|
||||
<jre>
|
||||
<minVersion>1.6.0</minVersion>
|
||||
<minVersion>1.8.0</minVersion>
|
||||
</jre>
|
||||
<versionInfo>
|
||||
<fileVersion>${versionNumber}</fileVersion>
|
||||
@@ -427,7 +426,7 @@
|
||||
</profile>
|
||||
<!-- Generic distribution profile -->
|
||||
<profile>
|
||||
<id>dist</id>
|
||||
<id>dist</id>
|
||||
<build>
|
||||
<plugins>
|
||||
<!-- Clean -->
|
||||
@@ -435,7 +434,7 @@
|
||||
<artifactId>maven-clean-plugin</artifactId>
|
||||
<version>2.6</version>
|
||||
<configuration>
|
||||
<filesets>
|
||||
<filesets>
|
||||
<fileset>
|
||||
<directory>${basedir}/bin</directory>
|
||||
<includes>
|
||||
@@ -450,7 +449,7 @@
|
||||
<includes>
|
||||
<incude>launch4j.exe</incude>
|
||||
</includes>
|
||||
</fileset>
|
||||
</fileset>
|
||||
<fileset>
|
||||
<directory>${basedir}</directory>
|
||||
<includes>
|
||||
@@ -505,8 +504,8 @@
|
||||
</plugins>
|
||||
</build>
|
||||
</profile>
|
||||
|
||||
|
||||
|
||||
|
||||
</profiles>
|
||||
|
||||
</project>
|
||||
</project>
|
||||
Reference in New Issue
Block a user