Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Support Maven's wildcard exclusions #23

Open
krisztiankocsis opened this issue Oct 3, 2016 · 0 comments
Open

Support Maven's wildcard exclusions #23

krisztiankocsis opened this issue Oct 3, 2016 · 0 comments

Comments

@krisztiankocsis
Copy link

Maven now supports wildcard exclusions that are used by some big projects (like in Wildfly 10.1.0 BOM -> org.wildfly.bom:wildfly-javaee7:10.1.0.Final -> org.apache.cxf:cxf-core -> exclusion: groupId *, artifactId: *).

The plugin unable to parse these exclusions.

Maven introduced them in 3.2.1:
https://maven.apache.org/docs/3.2.1/release-notes.html
Transitive dependency excludes (MNG-2315)

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant