RE: Overwriting a goal in subproject

2006-01-11 Thread Dixit, Sandeep (ProSource Solutions)
a goal in subproject Dixit, Sandeep (ProSource Solutions) wrote: How would that allow selective on and off? Wouldn't it set one value for all (parent and child projects)? Thanks, Sandeep Yup, sorry about that, I didn't fully understand your question. Have you tried overriding the property

Re: Overwriting a goal in subproject

2006-01-11 Thread Henry Isidro
written using maven-antrun-plugin. Could you give me an example? Thanks, Sandeep -Original Message- From: Henry Isidro [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 10, 2006 6:45 PM To: Maven Users List Subject: Re: Overwriting a goal in subproject Dixit, Sandeep (ProSource Solutions

Re: Overwriting a goal in subproject

2006-01-11 Thread Henry Isidro
: Overwriting a goal in subproject Dixit, Sandeep (ProSource Solutions) wrote: How would that allow selective on and off? Wouldn't it set one value for all (parent and child projects)? Thanks, Sandeep Yup, sorry about that, I didn't fully understand your question. Have you tried

RE: Overwriting a goal in subproject

2006-01-10 Thread Dixit, Sandeep (ProSource Solutions)
How would that allow selective on and off? Wouldn't it set one value for all (parent and child projects)? Thanks, Sandeep -Original Message- From: Henry Isidro [mailto:[EMAIL PROTECTED] Sent: Monday, January 09, 2006 7:00 PM To: Maven Users List Subject: Re: Overwriting a goal

Re: Overwriting a goal in subproject

2006-01-10 Thread Henry Isidro
Dixit, Sandeep (ProSource Solutions) wrote: How would that allow selective on and off? Wouldn't it set one value for all (parent and child projects)? Thanks, Sandeep Yup, sorry about that, I didn't fully understand your question. Have you tried overriding the property in the child pom?

Overwriting a goal in subproject

2006-01-09 Thread Dixit, Sandeep (ProSource Solutions)
Is there a way I can overwrite a phase:goal, for example - install:install in a child project? Let me explain:- I have a parent project that during install phase deploys an EAR to an app server. Since its child project, let's say package an EJB jar, inherits everything from its parent, also

RE: Overwriting a goal in subproject

2006-01-09 Thread Scokart Gilles
2006 15:40 To: Maven Users List Subject: Overwriting a goal in subproject Is there a way I can overwrite a phase:goal, for example - install:install in a child project? Let me explain:- I have a parent project that during install phase deploys an EAR to an app server. Since its child

RE: Overwriting a goal in subproject

2006-01-09 Thread Dixit, Sandeep (ProSource Solutions)
work and both PROJ_PARENT and PROJ_CHILD called the app server deploy. Thanks, Sandeep -Original Message- From: Scokart Gilles [mailto:[EMAIL PROTECTED] Sent: Monday, January 09, 2006 9:45 AM To: Maven Users List Subject: RE: Overwriting a goal in subproject Look at http

RE: Overwriting a goal in subproject

2006-01-09 Thread Dixit, Sandeep (ProSource Solutions)
PROTECTED] Sent: Monday, January 09, 2006 10:10 AM To: Maven Users List Subject: RE: Overwriting a goal in subproject Below is the project hierarchy I have: LEVEL 1: GENRIC_PROJ: has app server deploy goal LEVEL 1: PROJ_PARENT : inherits GENRIC_PROJ and should inherit the deploy goal LEVEL 2

Re: Overwriting a goal in subproject

2006-01-09 Thread Henry Isidro
Dixit, Sandeep (ProSource Solutions) wrote: I apologize. Error on my part... inheritedfalse/inherited did work. I have one more question: Project structure: -- LEVEL 1: GENRIC_PROJ: has app server deploy goal LEVEL 1: PROJ_PARENT: inherits GENRIC_PROJ and SHOULD NOT inherit the