update_2023 #1
23
pom.xml
23
pom.xml
|
@ -31,6 +31,17 @@
|
|||
</reporting>
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>3.1</version>
|
||||
<configuration>
|
||||
<source>1.7</source>
|
||||
<target>1.7</target>
|
||||
<encoding>UTF-8</encoding>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-shade-plugin</artifactId>
|
||||
|
@ -75,9 +86,9 @@
|
|||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.bluestemsoftware.open.maven.plugin</groupId>
|
||||
<artifactId>launch4j-plugin</artifactId>
|
||||
<version>1.5.0.0</version>
|
||||
<groupId>com.akathist.maven.plugins.launch4j</groupId>
|
||||
<artifactId>launch4j-maven-plugin</artifactId>
|
||||
<version>2.4.1</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>l4j-gui</id>
|
||||
|
@ -92,10 +103,12 @@
|
|||
<errTitle>MouseMover Error</errTitle>
|
||||
<icon>src/main/resources/mm.ico</icon>
|
||||
<jre>
|
||||
<minVersion>1.5.0</minVersion>
|
||||
<maxVersion>1.9.0</maxVersion>
|
||||
<minVersion>1.7.0</minVersion>
|
||||
<maxVersion>20.0.1</maxVersion>
|
||||
<initialHeapSize>128</initialHeapSize>
|
||||
<maxHeapSize>1024</maxHeapSize>
|
||||
<path>./lib/jre</path>
|
||||
|
||||
</jre>
|
||||
<versionInfo>
|
||||
<fileVersion>1.0.0.0</fileVersion>
|
||||
|
|
Loading…
Reference in New Issue