META-INF.plexus.components.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of javafx-maven-plugin Show documentation
Show all versions of javafx-maven-plugin Show documentation
The JavaFX Plugin is used to run JavaFX 11+ projects
<?xml version="1.0" encoding="UTF-8"?> <component-set> <components> <component> <role>org.apache.maven.lifecycle.Lifecycle</role> <implementation>org.apache.maven.lifecycle.Lifecycle</implementation> <role-hint>run</role-hint> <configuration> <id>run</id> <phases> <phase>run</phase> </phases> <default-phases> <run> org.openjfx:javafx-maven-plugin:run </run> </default-phases> </configuration> </component> </components> </component-set>
© 2015 - 2024 Weber Informatics LLC | Privacy Policy