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
            Priority: Minor


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