-
Notifications
You must be signed in to change notification settings - Fork 15
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
Better validation for flatten-maven-plugin #525
Comments
Why does the validation need to be adjusted if the fix is in? |
Because the validation was relying on the previous incorrect behavior of flatten-maven-plugin. (What's the incorrect behavior? mojohaus/flatten-maven-plugin#185 has diagram to explain the dependency in test-scope.) |
https://github.com/googleapis/synthtool/pull/1663/files is 1st step to remove the check in each repository. The check to confirm the behavior of flatten-maven-plugin should happen in this java-shared-config repository, rather than every individual library repository. |
Reopening this as java-storage has not received the OwlBot template change in googleapis/synthtool#1663 |
Closing as |
#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.
The text was updated successfully, but these errors were encountered: