What I think the question is if there is specific documentation for the jelly functionality in the 'maven' namespace.
How I understood jelly is that you can use different jelly libraries by using namespaces. Probably maven has add some functionality to jelly to perform maven specific actions. Is there any documentation for this. For instance, how can I use jelly to find out the target executed by the user in my maven.xml, I would like to make the action dependent on the target execute while still using a <preGoal> tag ? / Joel On Tue, 2003-07-22 at 00:45, [EMAIL PROTECTED] wrote: > Check out http://maven.apache.org/reference/user-guide.html#maven.xml > > There's a link there to the jelly docs > -- > dIon Gillard, Multitask Consulting > Blog: http://blogs.codehaus.org/people/dion/ > Work: http://www.multitask.com.au > > > "Mirko Novakovic" <[EMAIL PROTECTED]> wrote on 21/07/2003 > 11:46:06 PM: > > > Hello, > > > > I just looked at the Turbine maven.xml and saw that they are jusing > > jelly:maven and maven Tags and defined the namespaces for them. Some > > tags like maven:snapshot are very interesting. Where can I find a > > listing or documentation of both tag-groups? I lokked at the Jelly > > Libraries Doc > > (http://jakarta.apache.org/commons/sandbox/jelly/libs/index.html) and > > the Maven Homepage and I can't find them anywhere... > > > > Thanks. > > > > Mirko > > > > > > --------------------------------------------------------------------- > > 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]
