Skip to content

Commit

Permalink
remove non jre package
Browse files Browse the repository at this point in the history
  • Loading branch information
yolanv committed Jan 11, 2024
1 parent b5020a7 commit a387fd1
Showing 1 changed file with 2 additions and 39 deletions.
41 changes: 2 additions & 39 deletions pom-java8.xml
Original file line number Diff line number Diff line change
Expand Up @@ -708,46 +708,9 @@
</arguments>
</configuration>
</execution>
<!--No JRE-->
<execution>
<id>package-exe</id>
<phase>package</phase>
<goals>
<goal>exec</goal>
</goals>
<configuration>
<executable>javapackager</executable>
<arguments>
<argument>-deploy</argument>
<argument>-native</argument>
<argument>exe</argument>
<argument>-embedjnlp</argument>
<argument>-v</argument>
<argument>-appclass</argument>
<argument>${main.class}</argument>
<!--Customize params-->
<argument>-name</argument>
<argument>${project.name}</argument>
<argument>-title</argument>
<argument>${project.name}</argument>
<argument>-vendor</argument>
<argument>${project.name}</argument>
<!--Input files params-->
<argument>-srcdir</argument>
<argument>${project.build.directory}/jfx/app</argument>
<!--Output params-->
<argument>-outdir</argument>
<argument>${project.build.directory}/jfx/native</argument>
<argument>-outfile</argument>
<argument>${project.name}</argument>
<!--Runtime-->
<argument>-Bruntime=</argument>
</arguments>
</configuration>
</execution>
<!--OpenJRE-->
<execution>
<id>package-exe-java</id>
<id>package-exe</id>
<phase>package</phase>
<goals>
<goal>exec</goal>
Expand Down Expand Up @@ -1088,4 +1051,4 @@

</plugins>
</reporting>
</project>
</project>

0 comments on commit a387fd1

Please sign in to comment.