Uploaded image for project: 'Maven'
  1. Maven
  2. MNG-2675

add getModules() method which return a MavenProject List instead of module name String list

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • 2.0.4
    • None
    • POM
    • None
    • Maven 2.0.4, Windows 2000

    Description

      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.

      and i can't retreive MavenProjects which are direct module of my pom.

      can you add a method to MavenProject object which return the list of modules as MavenProject object instead of String object ?

      Attachments

        Issue Links

          Activity

            People

              bentmann Benjamin Bentmann
              dvicente72 David Vicente
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: