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.
On 2/11/06, Eugeny N Dzhurinsky <[EMAIL PROTECTED]> wrote: > On Sat, Feb 11, 2006 at 07:24:40PM +0100, Nicolas Peeters wrote: > > To create the jar/war/... run "mvn package" > > To compile: you can run "mvn compile". > > See http://maven.apache.org/guides/getting-started/index.html > > Could you please read the thread from top? I'm trying to compile module in > multi-module project, which module depends on some other module on the same > level or on higher level. > > -- > 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]
