Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
3.3.0
-
None
-
n/a
Description
In this example:
http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/examples/complex-mojo-parameters.html
the @Component annotations is used for MavenProject and Settings, which is not the recommended practice. Should be @Parameter.