[quote] But there seems to be no way to get also Ex3 into that folder, because the dependency:tree-output doesn't even list Ex3. [/quote]
Because of this piece I think there is something wrong with the pom file of your Z artifact. Can you take a look in your local repository in the pom file of Z to see if the dependency is really compile? It shouldn't matter in which repo an artifact lives. Hth, Nick Stolwijk ~Java Developer~ Iprofs BV. Claus Sluterweg 125 2012 WS Haarlem www.iprofs.nl On Wed, Jun 10, 2009 at 3:36 PM, gorgophol<[email protected]> wrote: > > Thanks for your fast reply. > > Scope for all dependencies is "compile". > In none of those POMs any <scope>-tag is used. It's all maven-standard > (compile). > > If any scope was "provided" or so, I would understand that it isn't copied. > But all other dependencies are copied. > > So I thought it might be because Z is in Repos2. > But that should be no problem in my opinion. > -- > View this message in context: > http://www.nabble.com/maven-dependency-plugin-doesn%27t-find-all-dependencies-in-several-repositories-tp23961970p23962522.html > Sent from the Maven - Users mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
