Hi, i try to develop a dashboard report plugin.
But i have a problem with a multi-project pom which i used to test my plugin. I have a master project with modules which have some modules or project. Until now, i get the modules list with project.getModules() method and i compare each module name with the project name that i get with project.getCollectedProjects() method. And for each MavenProject object i retreive, i repeat the last algorithm (getModules() .....) all module names are the same as ArtifactId and my plugin work well. But with this new project, the module names and ArtifactId are different. My question is : How to retreive the MavenProject list which are direct modules of a project ? thanks for your help -- View this message in context: http://www.nabble.com/multi-project-and-ArtifactId-tf2678611s177.html#a7470717 Sent from the Maven Developers mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
