[
https://jira.codehaus.org/browse/MENFORCER-201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Karl-Heinz Marbaise updated MENFORCER-201:
------------------------------------------
Fix Version/s: 1.4
> MavenProject Injection as a paremeter instead as a component.
> -------------------------------------------------------------
>
> Key: MENFORCER-201
> URL: https://jira.codehaus.org/browse/MENFORCER-201
> Project: Maven Enforcer Plugin
> Issue Type: Improvement
> Affects Versions: 1.4
> Reporter: Karl-Heinz Marbaise
> Priority: Minor
> Fix For: 1.4
>
>
> The following:
> {code:java}
> @Component
> protected MavenProject project;
> {code}
> has to be replaced by the following:
> {code:java}
> @Parameter( defaultValue = "${project}", readonly = true, required = true )
> protected MavenProject project;
> {code}
--
This message was sent by Atlassian JIRA
(v6.1.6#6162)