Thanks but I have sadly not yet joined the real world of Maven 2.  I'm using
maven 1.1.  Given this, any ideas about my questions?

 - Dave



Dan Tran wrote:
> 
> by default maven2 runs in reactor mode ( equivalent of maven 1 multi
> project )
> 
> so what you are looking for is
> 
> mvn deploy -DskipTests=true
> 
> which will traverse to all projects and exececute maven 2 lifecycle
> upto deploy phase
> 
> you may want to fetch a maven 2 projects ( apache, codehaus, etc ) and
> play with
> 
> for example ( http://svn.apache.org/repos/asf/maven/surefire/trunk )
> 
> good luck
> 
> -Dan
> 
> On Fri, Nov 6, 2009 at 2:41 PM, laredotornado <laredotorn...@gmail.com>
> wrote:
>>
>> Hi,
>>
>> I'm using Maven 1.1.  I have model and service directories within my
>> project.  How do I configure maven so that when I run "maven
>> multiproject:install" from the top level, it will run jar:install from
>> within each of those two directories?  Here is what I have in my top
>> level
>> project folder for project.properties
>>
>> maven.test.skip=true
>> maven.scm.bootstrap.goals=multiproject:deploy
>>
>> Thanks for any advice, - Dave
>> --
>> View this message in context:
>> http://old.nabble.com/How-do-I-get-multiproject%3Ainstall-to-run-jar%3Ainstall-in-sub-directories--tp26230913p26230913.html
>> Sent from the Maven - Users mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
>> For additional commands, e-mail: users-h...@maven.apache.org
>>
>>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
> 
> 
> 

-- 
View this message in context: 
http://old.nabble.com/How-do-I-get-multiproject%3Ainstall-to-run-jar%3Ainstall-in-sub-directories--tp26230913p26267247.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to