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 for each subproject :

${maven.multiproject.includes}

   
   
   id: ${currentPom.id}
   version : ${currentPom.currentVersion}


-- gd



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


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 subordinate
> projects. Can anyone tell how to obtain this info?
>
>
> Thanks,
>   \/
> Ron Hahne(* *)
> C3C032 oo0()0oo
> Brooker Creek : (813) 366-4052
> Cell Phone  : (727) 638-0690


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