lgajewski/AGH-object-oriented-programming

Create default run configuration

Closed this issue · 1 comments

Target: Any IDE should be able to run our application without any configuration.
Default configuration should compile and run JavaFX application from App.main() method.

I put additional plugin at global-level pom.xml called 'exec-maven-plugin'. Application will be launched during "install" phase of maven lifecycle.