[ 
https://jira.codehaus.org/browse/MNG-5164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=291427#comment-291427
 ] 

Herve Boutemy commented on MNG-5164:
------------------------------------

done in 2.2 branch in 
[r1243218|http://svn.apache.org/viewvc?rev=1243218&view=rev]
                
> 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: 2.2.2, 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.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to