Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add maven defaultGoal to all projects to ease first usage #20

Open
ottlinger opened this issue Jul 3, 2021 · 0 comments
Open

Add maven defaultGoal to all projects to ease first usage #20

ottlinger opened this issue Jul 3, 2021 · 0 comments

Comments

@ottlinger
Copy link

I just read your JavaMagazin article and wanted to play with some of the examples and checked out the repository.

Personally I'd consider it to be cool if all of the subdirectories would have a defaultGoal set in pom.xml.

Asteroids doesn't seem to run via mvn javafx:run but I had to do a mvn package and start the created JAR with java -jar, while GeometryWars was able to run via javafx:run.

Integrating a defaultGoal is quite easy and would allow anyone to just clone the repo and hit 'mvn' to see the game running.

Thanks for your great work and the cool library!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant