openjfx / javafx-maven-plugin

Maven plugin to run JavaFX 11+ applications
Apache License 2.0
371 stars 59 forks source link

Add javafx:help goal #177

Open Colnup opened 11 months ago

Colnup commented 11 months ago

[Suggested labels] : question,enhancement

Hi all :wave:

I'm new to using javafx with maven. I saw on the internet that it was a standard for a module to provide a help goal that would display help text for all the goals.

It would be useful if beginners could run the command mvn javafx:help and get a small help for each goal (currently only jlink and run).

Let me know whether this is a good idea or not, I'm not familiar enough with maven and javafx to know.