Details
-
Type:
New Feature
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 2.0.2
-
Fix Version/s: Issues to be reviewed for 3.x
-
Component/s: Dependencies
-
Labels:None
-
Environment:Windows XP, Cygwin
-
Complexity:Intermediate
-
Number of attachments :
Description
Need to add an exclusions block in the POM for plugins. The use-case is excluding slf4j-simple
from the jetty6 plugin in order to use an alternative slf4j implementation.
Issue Links
- is duplicated by
-
MNG-2448
Can not exclude a dependency from a plugin
-
-
MNG-2969
Unable to exclude a dependency from a needed plugin
-
- is related to
-
MNG-2972
Ignores version of plugin dependency specified in my pom
-
- relates to
-
MNG-3196
Allow exclusion of a certain transitive dependency across all direct dependencies.
-
Let me add a few words of my own.
Jetty's POM file declares "slf4j-simple" as a dependency. However,
some users of Jetty would like to override this dependency, for
example with "slf4j-log4j12".
Is this possible with Maven?