Maven Shade - createDependencyReducedPom - exclude dependency

2011-10-04 Thread jaybytez
I use the createDependencyReducedPom  promoteTransitiveDependencies to have
Maven Shade generate the reduced pom file with transitive dependencies.  The
problem I am having is that I want to exclude some of the transitive
dependencies from the dependency-reduced-pom.xml.

Is this possible?

Thanks...jay

--
View this message in context: 
http://maven.40175.n5.nabble.com/Maven-Shade-createDependencyReducedPom-exclude-dependency-tp4869892p4869892.html
Sent from the Maven - Users mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: Maven Shade - createDependencyReducedPom - exclude dependency

2011-10-04 Thread jaybytez
I think I already found a solution by adding the artifact as a dependency and
scope = provided.  This helped to remove it from the
dependency-reduced-pom.xml.

--
View this message in context: 
http://maven.40175.n5.nabble.com/Maven-Shade-createDependencyReducedPom-exclude-dependency-tp4869892p4869938.html
Sent from the Maven - Users mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org