The idea came up when I tried to find a solution for a master
properties file. I'd like to share common properties among
projects in a similar fashion to the inheritance mechanism
of project.xml. While it is possible with maven to have global
goals in the master project, it is not possible to have global
properties as well.
So, with a generic preGoal I could load a master properties file
via ant's property task. I assume a lot more use cases can be
found with a generic pre/postGoal than my initial idea.

Dominik


-----Original Message-----
From: Jason van Zyl [mailto:[EMAIL PROTECTED] 
Sent: 31 July 2003 19:52
To: [EMAIL PROTECTED]
Subject: Re: generic pre/postGoal


On Thu, 2003-07-31 at 11:50, Dominik Dahlem wrote:
> Hi all,
> 
> is there a way of specifying a generig pre/postGoal? Basically, I'd
like
> to perform a particular task which is a precondition to all available 
> goals. Is that doable with maven beta 10?

No that's not possible but that's an interesting idea. What do you want
to use it for?

> Thx,
> Dominik
> 
> 
> 
> ---------------------------------------------------------------------
> 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