You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Yan Huang <az...@gmail.com> on 2007/10/26 23:30:30 UTC

How to get the list of modules in multi-modules build?

Hello,

I'm wondering if there is a way to get the list of modules in the top level
of pom.xml? For example, I have 3 modules defined in a top level's pom.xml.
Now, if I want to run a "antrun" plugin in that pom.xml to get the list of
modules that are just built, how can i do it?

Thanks
Yan