Multiproject and jelly scripting

2004-01-06 Thread Hahne, Ronald
I need to write a jelly script at the top level of the multiproject which will optain the POM id and currentVersion of each of the subordinate projects. Can anyone tell how to obtain this info? Thanks, \/ Ron Hahne(* *) C3C032 oo0()0oo

Re: Multiproject and jelly scripting

2004-01-06 Thread Jake Ewerdt
In my maven.xml file, I just reference them like ${pom.artifactId} ${pom.currentVersion} -jake On Tuesday 06 January 2004 07:36 am, Hahne, Ronald wrote: I need to write a jelly script at the top level of the multiproject which will optain the POM id and currentVersion of each of the

Re: Multiproject and jelly scripting

2004-01-06 Thread Gilles Dodinet
Hahne, Ronald wrote: I need to write a jelly script at the top level of the multiproject which will optain the POM id and currentVersion of each of the subordinate projects. Can anyone tell how to obtain this info? you could iterate through all maven.multiproject.includes and instantiate a pom