Yeah if you run the command in your parent directory, maven will resolve the dependencies.
On 2/12/06, Eugeny N Dzhurinsky <[EMAIL PROTECTED]> wrote: > On Sat, Feb 11, 2006 at 07:23:58PM -0500, Alexandre Poitras wrote: > > You problably forgot to add a parent reference in your different > > modules. After that, you just need to run the command in the directory > > of your parent project, wich has a pom packaging declared, and Maven > > will figure out the other to compile the different modules. > > let me explain: > > I have something like this > > project > |-module1 > |-module2 > |-module3 > > module2 and module3 depends on module1 > > is it possible to build module2 without creating and installing JAR for > module1? > > -- > Eugene N Dzhurinsky > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Alexandre Poitras Québec, Canada --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
