You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run mvn help:describe and parse output for available goals. It's slow because we need to launch a JVM and download its deps if necessary.
alternative
Read mojos directly from .jar file, it's located in META-INF/maven/plugin.xml. And we can download the single plugin.jar if missing, instead of downloading all its deps.
current impl
Run
mvn help:describe
and parse output for available goals. It's slow because we need to launch a JVM and download its deps if necessary.alternative
Read mojos directly from .jar file, it's located in
META-INF/maven/plugin.xml
. And we can download the single plugin.jar if missing, instead of downloading all its deps.plugin.xml
The text was updated successfully, but these errors were encountered: