On Mar 4, 2011, at 2:17 AM, Carsten Ziegeler <[email protected]> wrote:
> Justin Edelson wrote > >>> >> Not as far as I know. By the time the plugin executes, the project >> model (including the dependency graph) has already been generated. >> > Hmm, ok, so this would mean when e.g. using the maven dependency plugin, > the same problem arises. > > Carsten > -- > Carsten Ziegeler > [email protected] It depends :) the dependency plugin can operate on project dependencies (the copy-dependencies goal) or on dependencies declared working the plugin's configuration (the copy goal). If you used the latter, you could run into this same issue. This is certainly a regression in the sense that before maven-launchpad-plugin was introduced the launchpad bundles were dependencies of launchpad.builder and we used copy-dependencies. Apologies for not having spotted this possibility at the time. Justin
