[ https://issues.apache.org/jira/browse/SIS-65?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Martin Desruisseaux updated SIS-65:
-----------------------------------
Environment:
Sun/Oracle JDK.
Strangely enough, the MPIR-248 bug does not occur when using the Apple JDK.
was:
Sun/Oracle JDK.
Strangely enough, this bug does not occur when using the Apple JDK.
> Remove the version number overwriting of maven-project-info-reports-plugin
> --------------------------------------------------------------------------
>
> Key: SIS-65
> URL: https://issues.apache.org/jira/browse/SIS-65
> Project: Spatial Information Systems
> Issue Type: Task
> Components: Build process
> Environment: Sun/Oracle JDK.
> Strangely enough, the MPIR-248 bug does not occur when using the Apple JDK.
> Reporter: Martin Desruisseaux
> Priority: Trivial
>
> The root {{pom.xml}} contains the following element in the {{<reporting>}} section:
> {code:xml}
> <plugin>
> <groupId>org.apache.maven.plugins</groupId>
> <artifactId>maven-project-info-reports-plugin</artifactId>
> <version>2.5.1</version>
> </plugin>
> {code}
> 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|http://jira.codehaus.org/browse/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}}.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
|