I am using Maven 3.0.3 and a certain plugin that includes a redundant dependency in its pom.xml that I want to exclude. The classes in this redundant jar are now included in some other artifact that is indeed in the the classpath of the project build so there won't be any build runtime issues.
Is there a way to exclude a plugin's dependency from being added to the classpath of the plugin at build time?