Handler for dependencyExcludes DSL.
| Type | Name and description |
|---|---|
java.util.List<de.smartics.maven.plugin.jboss.modules.descriptor.ArtifactClusion> |
excludesA list of dependencies to be excluded from the transitive dependency collection process. |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(), java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
A list of dependencies to be excluded from the transitive dependency collection process.
Specify an exclusion using a simple string. If no ':' is present in the string, then the entire string is used as the group Id.
notation - String with pattern: Specify an exclusion using a map. One or both of 'artifactId' and 'groupId' must be present as keys in the map. The value of either may be an regular expression.