Yes. You can do something like this:

    <j:forEach var="lib" items="${pom.artifacts}">
      <j:set var="dep" value="${lib.dependency}"/>
      <ant:echo>artifactId=${dep.artifactId}</ant:echo>
      <ant:echo>groupId=${dep.groupId}</ant:echo>
      <ant:echo>version=${dep.version}</ant:echo>
      <ant:echo>path=${lib.path}</ant:echo>
    </j:forEach>

  Jeff

On Wed, 25 Aug 2004, at 16:22:26 [GMT +0100] Ricardo Gladwell wrote:

> Hi All,

> I need to write a plug-in that needs to search through the list of 
> project dependencies the new goal is run from. Is there any way to 
> expose the properties of a maven Project through the maven jelly tag 
> library?

> TIA
> -- rg

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

-- 
mailto:[EMAIL PROTECTED]



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

Reply via email to