You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Benjamin Bentmann (JIRA)" <ji...@codehaus.org> on 2009/01/04 14:19:19 UTC

[jira] Closed: (MCHANGES-147) MavenProject object not initialize due to mispelling into the declaration

     [ http://jira.codehaus.org/browse/MCHANGES-147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benjamin Bentmann closed MCHANGES-147.
--------------------------------------

         Assignee: Benjamin Bentmann
       Resolution: Fixed
    Fix Version/s: 2.2

Applied in [r731253|http://svn.eu.apache.org/viewvc?view=rev&revision=731253], thanks!

> MavenProject object not initialize due to mispelling into the declaration
> -------------------------------------------------------------------------
>
>                 Key: MCHANGES-147
>                 URL: http://jira.codehaus.org/browse/MCHANGES-147
>             Project: Maven 2.x Changes Plugin
>          Issue Type: Bug
>          Components: announcement
>    Affects Versions: 2.1
>         Environment: Maven 2.0.9
>            Reporter: Jean-Paul GUIGUI
>            Assignee: Benjamin Bentmann
>             Fix For: 2.2
>
>
> The quotes are missing in the expression initializing the MavenProject object in AnnouncementMailMojo.java
>    /**
>      * @parameter expression=${project}
>      * @readonly
>      */
>     private MavenProject project;
> So far no impact as the project member was not called, but when trying to fix other issues a NullPointerExecption is raised.
> Patch:
> -      * @parameter expression=${project}
> +     * @parameter expression="${project}"

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira