Skip to content
Snippets Groups Projects
Commit 68e7261b authored by ACIKBAS TUNA's avatar ACIKBAS TUNA
Browse files

Modified Pom for Compilation

parent a3c86c2b
No related merge requests found
......@@ -51,6 +51,18 @@
<target>18</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.3.0</version>
<configuration>
<archive>
<manifest>
<mainClass>controller.Main</mainClass>
</manifest>
</archive>
</configuration>
</plugin>
<plugin>
<groupId>org.openjfx</groupId>
<artifactId>javafx-maven-plugin</artifactId>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment