RE: skip modules question

2007-07-27 Thread Timothy Reilly
Thanks! [Patrick Schneider wrote] > mvn -N clean:install On 7/27/07, Timothy Reilly <[EMAIL PROTECTED]> wrote: >> >> I was wondering .. is there a way to skip building the sub-modules in a >> project which is a parent pom and also an aggregator? >> >> I don't really want to split the pom into p

Re: skip modules question

2007-07-27 Thread Patrick Schneider
mvn -N clean:install On 7/27/07, Timothy Reilly <[EMAIL PROTECTED]> wrote: > > I was wondering .. is there a way to skip building the sub-modules in a > project which is a parent pom and also an aggregator? > > I don't really want to split the pom into parent and aggregator, but I can > if that's

skip modules question

2007-07-27 Thread Timothy Reilly
I was wondering .. is there a way to skip building the sub-modules in a project which is a parent pom and also an aggregator? I don't really want to split the pom into parent and aggregator, but I can if that's the only way. We don't want to skip modules very often.