quarkusio / quarkus

Quarkus: Supersonic Subatomic Java.
https://quarkus.io
Apache License 2.0
13.73k stars 2.67k forks source link

Quarkus maven extension - list of available targets + details #1204

Closed rsvoboda closed 2 years ago

rsvoboda commented 5 years ago

For Quarkus maven extension we should have document with list of available targets + details for the targets.

mvn io.quarkus:quarkus-maven-plugin:help gives some guidance but it's pretty limited and users need to know about that command. At this moment help command is not mentioned in the docs.

rsvoboda commented 5 years ago

Combination of mvn plugin:report and mvn site for devtools/maven could do the job as initial version

Dufgui commented 5 years ago

If you talk about something like this: https://www.eclipse.org/tycho/sitedocs/index.html it's more a problem of hosting. And maybe css if you want something close to the official web site.

famod commented 4 years ago

I closed my issue #9424 since this seems more or less the same.

FTR:

AFAIK, the only way to see all parameters of a goal, e.g. dev, is to look them up in the source code, e.g. https://github.com/quarkusio/quarkus/blob/master/devtools/maven/src/main/java/io/quarkus/maven/DevMojo.java

Ideally, a Maven plugin should have a "site" somewhere which contains all the goals and parameters, e.g.: https://www.mojohaus.org/flatten-maven-plugin/plugin-info.html