-
Notifications
You must be signed in to change notification settings - Fork 267
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
Fix for issue #648: de-shadowing the localRepository property #650
Conversation
Can we add some tests or assertions in existing test to catch such error? |
Ok, I think it doesn't really make sense to create a unit test, and the easiest one would be to use it. If that's not too heavy. |
Please also add simple assertions to check if report file was created |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please rebase with the master and squash to one commit
AbstractMavenReport from maven-reporting-impl:3.2.0 introduced the
localRepository
property, which was supposed to be initialized from a parameter with the same name, and if the same was not supplied, from${localRepository}
. Unfortunately, it was shadowed byAbstractVersionsReport