You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: *).
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)
The text was updated successfully, but these errors were encountered: