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

Read plugin goals from downloaded jar files #903

Merged
merged 3 commits into from
Nov 21, 2022
Merged

Read plugin goals from downloaded jar files #903

merged 3 commits into from
Nov 21, 2022

Conversation

Eskibear
Copy link
Member

fix #895

Now before executing mvn help:describe to parse goals, first try reading metadata from plugin.jar if it exists in local maven repository.

Signed-off-by: Yan Zhang <yanzh@microsoft.com>
Signed-off-by: Yan Zhang <yanzh@microsoft.com>
@Eskibear
Copy link
Member Author

For the first time, without any cached result, below is a comparison of the two approaches.

Previous: (can be even worse if networking status is bad)

parse-goals-from-maven-help-plugin.mp4

Improved:

read-goals-from-jar.mp4

@Eskibear Eskibear changed the title Plugin goal Read plugin goals from downloaded jar files Nov 14, 2022
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

Successfully merging this pull request may close these issues.

improve way of fetching available plugin goals
2 participants