Look at making a pom for folder A that is of packaging type pom and then
list your projects in build order in the <modules> tag.

Once that is setup it is easier to automate, asyou can use mvn to
checkout and then install and it will manage the list of subprojects in
one go.

A

On Tue, Jul 04, 2006 at 08:54:52AM +0000, Vinay Kumar wrote:
> Hi All,
>   In my Directory structure is like: Mainproject folder A, within A their are 
> two more subproject folder B and C.  project B depends on project C. I have 
> written individual pom file for subproject B and subproject C which install 
> and deploy B and C when I run mvn install from dir B and C respectively.
> Now my target is write a build script file which 1st checkout project dir 
> from svn ,  install C by calling pom of Dir C and then  install and deploy of 
> project B.
> Anybody has exp of this type of project environment .
>  
> Thanks
> Vinay                                

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to