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 f
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 subor