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

Adds code in AnnoMojoDescriptorExtractor that adds direct dependencies to the classpath being examined so that parent parameters are properly pulled in. #3

Merged
merged 1 commit into from Jan 24, 2012

Conversation

thor-thetus
Copy link

The maven plugin plugin helpmojo is not currently pulling in parameters from parent classes that are located in separate projects when using AnnoMojoDescriptorExtractor. This is preventing us from seeing important inherited parameters when we run the help mojo with -Ddetail on. My change adds the direct dependencies of the maven project being operated on by the extractor to the classpath that it builds, so that parent classes in other projects are properly examined.

…eing examined to the classpath so that abstract parent mojos that are located in another project will be processed.
@yoshaul
Copy link
Contributor

yoshaul commented Jan 24, 2012

Thanks, I created an issue, will merge and qa it.
You can track it here: https://issues.jfrog.org/jira/browse/ANMJ-23

yoshaul added a commit that referenced this pull request Jan 24, 2012
Adds code in AnnoMojoDescriptorExtractor that adds direct dependencies to the classpath being examined so that parent parameters are properly pulled in.
@yoshaul yoshaul merged commit 44aa2af into jfrog:master Jan 24, 2012
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.

None yet

2 participants