Uploaded image for project: 'Maven Project Info Reports Plugin'
  1. Maven Project Info Reports Plugin
  2. MPIR-54

Team list table improvement

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.0-beta-3, 2.0, 2.0.1
    • 2.1
    • None
    • None

    Description

      When fo all developers in pom.xml we some property not defined, it is good to not include it to html output.
      Fow example:

      ...
      <developer>
      <id>developer1</id>
      <name>Developer 1</name>
      <email>developer1@email.com</email>
      <roles>
      <role>Project Manager</role>
      <role>Architect</role>
      <role>Java Developer</role>
      </roles>
      <timezone>+2</timezone>
      </developer>
      <developer>
      <id>developer2</id>
      <name>Developer 2</name>
      <email>developer2@email.com</email>
      <roles>
      <role>Java Developer</role>
      </roles>
      <timezone>+2</timezone>
      </developer>
      ...

      For both developers properties like URL, Organization, Organization URL and Properties not specified. In result html we have cells with "-".
      As for me it is good not not include columns where only "-" present at all.

      Attachments

        1. team-list.patch
          21 kB
          koba
        2. TeamListReport.java
          21 kB
          koba

        Issue Links

          Activity

            People

              siveton Siveton Vincent
              koba koba
              Votes:
              5 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: