-
Notifications
You must be signed in to change notification settings - Fork 17
Better validation for flatten-maven-plugin #525
Copy link
Copy link
Closed
Labels
priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Metadata
Metadata
Assignees
Labels
priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
#507 is failing with the downstream java-storage test.
This is the fix I recently made mojohaus/flatten-maven-plugin#185 to the flatten-maven-plugin. The treatment of test-scope dependencies were incorrect.
We need to adjust the validation in dependencies.sh for the fixed behavior.