>-----Original Message-----
>From: solo1970 [mailto:sonia.lodoviche...@ericsson.com]
>
>Sorry about being unclear....
>
>What I need is either the absolute or relative path to the pom files.
>The reason why I need this is because we are using clearcase and we would
>like to use the funtionality of the "versions" plugin, but we need to
>check-out all of the pom files of our project first.

That sounds like you just need to parse the pom.xml file and get the 
/project/modules/module elements.  

Something like "mvn -q help:evaluate -Dexpression=project.modules" might make 
that easier, but it doesn't work.  (-q turns off all output, but without it 
maven displays lots of other stuff)

eric

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to