Uploaded image for project: 'Spatial Information Systems'
  1. Spatial Information Systems
  2. SIS-65

Remove the version number overwriting of maven-project-info-reports-plugin

    XMLWordPrintableJSON

Details

    • Task
    • Status: Closed
    • Trivial
    • Resolution: Won't Fix
    • None
    • 0.3
    • Build process
    • None

    Description

      The root pom.xml contains the following element in the <reporting> section:

      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-project-info-reports-plugin</artifactId>
        <version>2.5.1</version>
      </plugin>
      

      This has been made necessary because the parent Apache pom (currently in version 11) declares version 2.5 for the above plugin, and that plugin has a NullPointerException bug while generating the Maven reports for the sis-build-helper module. This issue has been fixed in 2.5.1 (MPIR-248). We should remove this hack after the next upgrade of Apache parent pom, if the new parent declare version 2.5.1 or above for the maven-project-info-reports-plugin.

      Attachments

        Issue Links

          Activity

            People

              desruisseaux Martin Desruisseaux
              desruisseaux Martin Desruisseaux
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: