Skip to content

Commit e7bb4a3

Browse files
committed
Add JavaFX plugin
1 parent b8d52df commit e7bb4a3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,14 @@
131131
</descriptorRefs>
132132
</configuration>
133133
</plugin>
134+
<plugin>
135+
<groupId>org.openjfx</groupId>
136+
<artifactId>javafx-maven-plugin</artifactId>
137+
<version>0.0.5</version>
138+
<configuration>
139+
<mainClass>part3.simple.hello.javafx.HelloJavafx</mainClass>
140+
</configuration>
141+
</plugin>
134142
</plugins>
135143
</build>
136144
</project>

0 commit comments

Comments
 (0)