rom module path
The projectbuilder comes to mind.
On Wed, Feb 2, 2011 at 11:29 AM, Moser, Christian wrote:
> I'm currently developing a custom enforcer rule.
>
>
>
> How can I get object references to all modules of a parent pom ?
>
>
>
> final List modu
I'm currently developing a custom enforcer rule.
How can I get object references to all modules of a parent pom ?
final List modulesRelativePath = parentProject.getModules();
delivers only the relative path to the project pom. I need something
like :
final List subSystemProjects =
b
Hi
Could someone give me a comment to this issue, please? Is it by design
or a bug?
http://jira.codehaus.org/browse/MNG-4538
Thanks for advice, Christian Moser