mirror of
https://github.com/octopusYan/dayz-mod-translator.git
synced 2024-11-21 19:56:42 +08:00
chore: 打包名称
This commit is contained in:
parent
5ac5297184
commit
76968cfd49
56
pom.xml
56
pom.xml
@ -7,7 +7,7 @@
|
||||
<groupId>cn.octopusyan</groupId>
|
||||
<artifactId>dmt</artifactId>
|
||||
<version>0.1.2</version>
|
||||
<name>dmt</name>
|
||||
<name>DayzModTranslator</name>
|
||||
|
||||
<organization>
|
||||
<name>octopus_yan</name>
|
||||
@ -239,33 +239,33 @@
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.openjfx</groupId>
|
||||
<artifactId>javafx-maven-plugin</artifactId>
|
||||
<version>0.0.8</version>
|
||||
<configuration>
|
||||
<stripDebug>true</stripDebug>
|
||||
<compress>2</compress>
|
||||
<noHeaderFiles>true</noHeaderFiles>
|
||||
<noManPages>true</noManPages>
|
||||
<launcher>launcher</launcher>
|
||||
<jlinkImageName>app</jlinkImageName>
|
||||
<jlinkZipName>app</jlinkZipName>
|
||||
<mainClass>cn.octopusyan.dmt/${exec.mainClass}</mainClass>
|
||||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
<!-- Default configuration for running with: mvn clean javafx:run -->
|
||||
<id>default-cli</id>
|
||||
<configuration>
|
||||
<options>
|
||||
<option>--enable-preview</option>
|
||||
<option>${debug.option}</option>
|
||||
</options>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<!-- <plugin>-->
|
||||
<!-- <groupId>org.openjfx</groupId>-->
|
||||
<!-- <artifactId>javafx-maven-plugin</artifactId>-->
|
||||
<!-- <version>0.0.8</version>-->
|
||||
<!-- <configuration>-->
|
||||
<!-- <stripDebug>true</stripDebug>-->
|
||||
<!-- <compress>2</compress>-->
|
||||
<!-- <noHeaderFiles>true</noHeaderFiles>-->
|
||||
<!-- <noManPages>true</noManPages>-->
|
||||
<!-- <launcher>launcher</launcher>-->
|
||||
<!-- <jlinkImageName>app</jlinkImageName>-->
|
||||
<!-- <jlinkZipName>app</jlinkZipName>-->
|
||||
<!-- <mainClass>cn.octopusyan.dmt/${exec.mainClass}</mainClass>-->
|
||||
<!-- </configuration>-->
|
||||
<!-- <executions>-->
|
||||
<!-- <execution>-->
|
||||
<!-- <!– Default configuration for running with: mvn clean javafx:run –>-->
|
||||
<!-- <id>default-cli</id>-->
|
||||
<!-- <configuration>-->
|
||||
<!-- <options>-->
|
||||
<!-- <option>--enable-preview</option>-->
|
||||
<!-- <option>${debug.option}</option>-->
|
||||
<!-- </options>-->
|
||||
<!-- </configuration>-->
|
||||
<!-- </execution>-->
|
||||
<!-- </executions>-->
|
||||
<!-- </plugin>-->
|
||||
|
||||
<plugin>
|
||||
<groupId>io.github.fvarrui</groupId>
|
||||
|
Loading…
Reference in New Issue
Block a user