maven dependency plugin - exclude transitive dependencies

1.9k Views Asked by At

I work now on build for a huge project. It builds some big packages out of modules, that I need to unpack later to a folder. I use mvn dependency plugin for it. The issue that although I specify <excludeTransitive>true</excludeTransitive> I still see tons of modules that are downloaded from binary repo. Is there a clean solution to it?

0

There are 0 best solutions below