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

Benjamin Bentmann commented on MNG-5164:
----------------------------------------

As for the missing trailing slash in the URLs, please create a separate issue 
for that if you feel strongly about it. I'm not comfortable with mixing this 
URL change in here, mostly because I don't know how well existing code deals 
with slash-terminated base URLs during concatenation or how well double slashes 
are supported in the various transports.

> 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

        

Reply via email to