Re: Could a goal defined in maven.xml overwrite a plugin's goal?

2003-09-10 Thread James CE Johnson
 Why not preGoal on the distribution goal and set the extra things up. --

That might work for some things but I had one case (can't remember it now)
where I needed to entirely replace the existing goal's functionality with
my own. Due to other goals' prerequisites I couldn't just create a new
goal with a new name and use it.

Once, long ago, things were such that a goal in maven.xml with the same
name as a plugin goal would override. Then that quit working. Dunno if how
it works today.

 dIon Gillard, Multitask Consulting
 Blog:  http://blogs.codehaus.org/people/dion/


 Nelson Arapé [EMAIL PROTECTED] wrote on 05/09/2003 08:45:35 AM:

 Hello to all

 I want to know if I could a goal defined in maven.xml overwrite a
 plugin's
 goal?.

 I have a multiproject configuration and I want to make a customized
 distribution (subprojects jar, plus parent project docs, plus
 subprojects
 javadocs, etc).

 I guess that I could just define a new goal with name:my-dist, but I
 would
 prefer call it just dist

 Thanks in advance
 Nelson Arapé


 -
 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]


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



Re: Could a goal defined in maven.xml overwrite a plugin's goal?

2003-09-05 Thread Nelson Arapé
On Thursday 04 September 2003 20:27, [EMAIL PROTECTED] wrote:
 Why not preGoal on the distribution goal and set the extra things up.
OK I will try that. I will comment latter
Nelson Arapé

 --
 dIon Gillard, Multitask Consulting
 Blog:  http://blogs.codehaus.org/people/dion/

 Nelson Arapé [EMAIL PROTECTED] wrote on 05/09/2003 08:45:35 AM:
  Hello to all
 
  I want to know if I could a goal defined in maven.xml overwrite a

 plugin's

  goal?.
 
  I have a multiproject configuration and I want to make a customized
  distribution (subprojects jar, plus parent project docs, plus

 subprojects

  javadocs, etc).
 
  I guess that I could just define a new goal with name:my-dist, but I

 would

  prefer call it just dist
 
  Thanks in advance
  Nelson Arapé
 
 
  -
  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]


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



Could a goal defined in maven.xml overwrite a plugin's goal?

2003-09-04 Thread Nelson Arapé
Hello to all

I want to know if I could a goal defined in maven.xml overwrite a plugin's 
goal?.  

I have a multiproject configuration and I want to make a customized 
distribution (subprojects jar, plus parent project docs, plus subprojects 
javadocs, etc).

I guess that I could just define a new goal with name:my-dist, but I would 
prefer call it just dist

Thanks in advance
Nelson Arapé


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



Re: Could a goal defined in maven.xml overwrite a plugin's goal?

2003-09-04 Thread dion
Why not preGoal on the distribution goal and set the extra things up.
--
dIon Gillard, Multitask Consulting
Blog:  http://blogs.codehaus.org/people/dion/


Nelson Arapé [EMAIL PROTECTED] wrote on 05/09/2003 08:45:35 AM:

 Hello to all
 
 I want to know if I could a goal defined in maven.xml overwrite a 
plugin's 
 goal?. 
 
 I have a multiproject configuration and I want to make a customized 
 distribution (subprojects jar, plus parent project docs, plus 
subprojects 
 javadocs, etc).
 
 I guess that I could just define a new goal with name:my-dist, but I 
would 
 prefer call it just dist
 
 Thanks in advance
 Nelson Arapé
 
 
 -
 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]