On Jan 9, 2008 1:47 PM, Kalle Korhonen <[EMAIL PROTECTED]> wrote: > Say, for example "application" parent, with application-distro and and > application-jar as child modules. I run the release:prepare from the parent > and I correctly get the dependencies resolved. Now the issue is that since > release:prepare only runs "test verify", building the application-distro > fails because the release-versioned application-jar isn't available yet. I > run the install of application-jar manually (note that the poms are already > modified at this point) and resume release:prepare which now succeeds.
You can change the goals used during release:prepare to go all the way through the install phase. I don't really like it, but sometimes that's the only way to make things work. -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
