Custom Maven packaging, transitive dependencies aren't included
问题 I'm playing around with a custom Maven 3 packaging plugin for some non-java artifacts, and having an issue getting transitive dependencies to work. I've got three projects defined, model , model-impl , and cli , with dependencies like this: cli model-impl model My custom lifecycle plugins are being called in each project, and I can successfully build model and model-impl . For each of those projects, the expected artifacts are being stored in my local repository. cli however is failing