Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.2
-
None
-
None
Description
When building with the latest version of maven-plugin-testing-harness, the build fails with the following error:
[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
(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.