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 2011/09/04 13:19:32 UTC

[jira] Closed: (MNG-5163) MavenProject.getPluginRepositories misimplemented

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

Benjamin Bentmann closed MNG-5163.
----------------------------------

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

Fixed in [r1164993|http://svn.apache.org/viewvc?view=revision&revision=1164993].

> MavenProject.getPluginRepositories misimplemented
> -------------------------------------------------
>
>                 Key: MNG-5163
>                 URL: https://jira.codehaus.org/browse/MNG-5163
>             Project: Maven 2 & 3
>          Issue Type: Bug
>          Components: Embedding
>    Affects Versions: 3.0.3
>            Reporter: Jesse Glick
>            Assignee: Benjamin Bentmann
>             Fix For: 3.0.4
>
>
> In {{MavenProject.java}}:
> {code}
>     public List<Repository> getPluginRepositories()
>     {
>         return getModel().getRepositories();
>     }
> {code}
> should probably be
> {code}
>     public List<Repository> getPluginRepositories()
>     {
>         return getModel().getPluginRepositories();
>     }
> {code}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira