AW: get MavenProject reference from module path

2011-02-03 Thread Moser, Christian
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

get MavenProject reference from module path

2011-02-02 Thread Moser, Christian
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

dependencyManagament dependencies within profiles are not activated by settings.xml

2010-01-29 Thread Moser, Christian
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