-
Notifications
You must be signed in to change notification settings - Fork 47
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
BanDuplicateClasses trying to download artifacts #251
Comments
Can you provide a simple project for reproduce? |
I updated to extra-enforcer-rules v1.8.0 but now the ban applies to third-party artifacts and not just the classes in my code. There are ignores, but it would be tedious to have to define all of them, so I'm just going to turn the rule off. Is this really such a bad situation?
Another example of being able to blacklist but not whitelist: https://issues.apache.org/jira/browse/MDEP-808 |
... interesting does version 1.7.0 don't check classes in external library ....? What is your code? |
Unfortunately its not open source. It built with 1.7.0. I haven't changed dependencies since upgrading to 1.8.0 Does adding jakarta.activation-api and webservices-api to your project with v1.8.0 cause it to fail? |
This rule seems to be very troublesome, but recently it became unbearable.
With this configuration
It tries to download an artifact already downloaded (why is it even downloading artifacts?) and outputs a whopping 25 lines for every missing dependency.
The text was updated successfully, but these errors were encountered: