This works automatically if you set <modules> in the parent pom, and
<parent> tag in the children poms.

However, you have a directory structure which is not normal, so you
really need to change it before this will work. You need to use:

c:\test\testapp\pom.xml
c:\test\testapp\test1app\pom.xml
c:\test\testapp\test2app\pom.xml

Wayne

On 1/23/07, vojjala <[EMAIL PROTECTED]> wrote:

Hi Maven Users, I am wondering how can I call the sub level pom.xml from the
top level directory
My folder structure like this"
c:\test\testapp\pom.xml
c:\test\test1app\pom.xml
c:\test\test2app\pom.xml
What I want is, in single execution of top level
pom(c:\test\testapp\pom.xml) should able to run rest of the poms. I have
tried running all them independently it worked fine but this is very
troublesome to run individually.
thanks a lot for the help.

RAM.
--
View this message in context: 
http://www.nabble.com/calling-pom-from-another-pom-tf3064828s177.html#a8523908
Sent from the Maven - Users mailing list archive at Nabble.com.


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



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

Reply via email to