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]
