Skip to content

Commit

Permalink
Add JavaFX Maven Plugin to the project
Browse files Browse the repository at this point in the history
  • Loading branch information
indritbeqiri committed Aug 7, 2024
1 parent 1188fe7 commit abe278e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,14 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.13.0</version>
</plugin>

<plugin>
<groupId>org.openjfx</groupId>
<artifactId>javafx-maven-plugin</artifactId>
<version>0.0.8</version>
<configuration>
<mainClass>one.jpro.hellojpro.HelloJProFXML</mainClass>
</configuration>
</plugin>
<plugin>
<groupId>one.jpro</groupId>
<artifactId>jpro-maven-plugin</artifactId>
Expand Down

0 comments on commit abe278e

Please sign in to comment.