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:21:32 UTC

[jira] Closed: (MNG-5164) Odd of central in superpom

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

Benjamin Bentmann closed MNG-5164.
----------------------------------

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

Unified name to "Central Repository" in [r1164995|http://svn.apache.org/viewvc?view=revision&revision=1164995] which is more descriptive than just "Central", matches with our existing documentation and unlike "Maven Central" is not a registered service mark of a 3rd party.

> Odd <name> of central in superpom
> ---------------------------------
>
>                 Key: MNG-5164
>                 URL: https://jira.codehaus.org/browse/MNG-5164
>             Project: Maven 2 & 3
>          Issue Type: Bug
>          Components: Embedding
>    Affects Versions: 3.0.3
>            Reporter: Jesse Glick
>            Assignee: Benjamin Bentmann
>            Priority: Minor
>             Fix For: 3.0.4
>
>
> In {{pom-4.0.0.xml}},
> {code:xml}
> <name>Maven Repository Switchboard</name>
> ...
> <name>Maven Plugin Repository</name>
> {code}
> are odd. Who ever talks about the "Maven Repository Switchboard"? Suggest replacing both with
> {code:xml}
> <name>Central</name>
> {code}
> or perhaps {{Maven Central}} (though "Maven" in this context is probably redundant).
> Also
> {code:xml}
> <url>http://repo1.maven.org/maven2</url>
> {code}
> is not ideal; directory-type URLs should have a trailing slash. Should be
> {code:xml}
> <url>http://repo1.maven.org/maven2/</url>
> {code}

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