Thanks ! It seems to be working ! I'm still wondering why I cant compile the project in one pass, and fixing that would speed the release process considerably. If you have any idea where I should be looking ...
Thanks ! Guillaume On 01/12/2007, Heinrich Nirschl <[EMAIL PROTECTED]> wrote: > On Dec 1, 2007 3:26 AM, Guillaume Lederrey <[EMAIL PROTECTED]> wrote: > > Hello ! > > > > I'm having problems with the release plugin on a multi module project. > > The release:prepare goal works fine, but when I do the > > release:perform, I get an error telling me that it cant resolve a > > dependency to "springremoting-common-0.1.jar", which is one of the > > modules, needed by all the others. > > > > When I try to run "mvn install" the project compiles without problem, > > even if I change the version number of all my modules. > > > > I cant understand why maven doesnt compile the modules in the right > > order when doing a release, when it does compiles them in the right > > order outside of a release. > > > > What am I missing ? > > In situations like this it usually helps to run the prepare step with: > mvn release:prepare -DpreparationGoals="clean install" > > - Henry > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Jabber : [EMAIL PROTECTED] Skype : Guillaume.Lederrey Projects : * http://rwanda.wordpress.com/ * http://rwandatech.wordpress.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
