Thanks...works
-Original Message-
From: Brett Porter [mailto:[EMAIL PROTECTED]
Sent: Tuesday, August 26, 2008 3:40 AM
To: Maven Users List
Subject: Re: Maven2 usage
Yes, run:
mvn -f child/pom.xml install
or similar.
Cheers,
Brett
2008/8/25 Saket Lakshminarayan Chiluveru <[EM
Yes, run:
mvn -f child/pom.xml install
or similar.
Cheers,
Brett
2008/8/25 Saket Lakshminarayan Chiluveru <[EMAIL PROTECTED]>:
>
> Hi,
>
> I have a Parent Project, and it has a child Project.
> The Parent is of type 'pom' and it aggregates the child.
>
> In order to run mvn install, I need to b
Hi,
I have a Parent Project, and it has a child Project.
The Parent is of type 'pom' and it aggregates the child.
In order to run mvn install, I need to be either inside the parent or the child
projects.
Is it possible to selectively execute child goals/phases, from the parent
directory ?
Re