Mat Booth created MPH-97:
----------------------------
Summary: [Patch] maven-help-plugin does not build with latest
version of maven-plugin-testing-harness
Key: MPH-97
URL: https://jira.codehaus.org/browse/MPH-97
Project: Maven 2.x Help Plugin
Issue Type: Bug
Affects Versions: 2.2
Reporter: Mat Booth
Attachments: allow-building-with-latest-maven-plugin-testing.patch
When building with the latest version of maven-plugin-testing-harness, the
build fails with the following error:
{code}
[ERROR]
/home/mbooth/fedora/maven-help-plugin/src/test/java/org/apache/maven/plugins/help/HelpUtilTest.java:[54,31]
container has private access in
org.apache.maven.plugin.testing.AbstractMojoTestCase
{code}
(This error can be reproduced by bumping the version of the
maven-plugin-testing-harness dependency to 2.1)
The attached patch changes HelpUtilTest.java to properly use the the
getContainer() accessor instead of using the container member directly. It is
not necessary to bump the version of the maven-plugin-testing-harness
dependency with this patch, as even with the patch applied, it still builds
successfully with maven-plugin-testing-harness 1.2.
--
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