All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.maven.lifecycle.xml Maven / Gradle / Ivy

Go to download

The JavaFX Maven Plugin provides a way to to assemble distributable bundles for JavaFX applications from within Maven. It provides a wrapper around the JavaFX packaging tools which are provided as part of the JavaFX installation.

There is a newer version: 8.8.3
Show newest version
<lifecycles xmlns="http://maven.apache.org/LIFECYCLE/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://maven.apache.org/LIFECYCLE/1.0.0 http://maven.apache.org/xsd/lifecycle-1.0.0.xsd">
    <lifecycle>
        <id>jfxjar</id>
        <phases>
            <phase>
                <id>package</id>
                <executions>
                    <execution>
                        <goals>
                            <goal>jar</goal>
                        </goals>
                    </execution>
                </executions>
                <configuration>
                    <jfxCallFromCLI>true</jfxCallFromCLI>
                </configuration>
            </phase>
        </phases>
    </lifecycle>
</lifecycles>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy