META-INF.maven.lifecycle.xml Maven / Gradle / Ivy
<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 - 2025 Weber Informatics LLC | Privacy Policy