Skip to content

Commit

Permalink
JavaFX Maven Plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
garethbilaney authored Mar 18, 2018
1 parent ffb648e commit 9a39ccf
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,18 @@
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>

<plugin>
<groupId>com.zenjava</groupId>
<artifactId>javafx-maven-plugin</artifactId>
<version>8.6.0</version>
<configuration>
<mainClass>org.cwi.examine.internal.startExamo</mainClass>
</configuration>
</plugin>



<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
Expand Down

0 comments on commit 9a39ccf

Please sign in to comment.