[ 
https://jira.codehaus.org/browse/SCM-771?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Karl-Heinz Marbaise updated SCM-771:
------------------------------------

    Fix Version/s:     (was: 1.9.2)

> MavenProject/MavenSession Injection as a paremeter instead as a component.
> --------------------------------------------------------------------------
>
>                 Key: SCM-771
>                 URL: https://jira.codehaus.org/browse/SCM-771
>             Project: Maven SCM
>          Issue Type: Bug
>    Affects Versions: 1.9.2
>            Reporter: Karl-Heinz Marbaise
>            Priority: Minor
>
> 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}
> The following:
> {code:java}
> @Component
> protected MavenSession session;
> {code}
> has to be replaced by the following:
> {code:java}
> @Parameter( defaultValue = "${session}", readonly = true, required = true )
> protected MavenSession session;
> {code}



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)

Reply via email to