Description
In pom-4.0.0.xml,
<name>Maven Repository Switchboard</name> ... <name>Maven Plugin Repository</name>
are odd. Who ever talks about the "Maven Repository Switchboard"? Suggest replacing both with
<name>Central</name>
or perhaps Maven Central (though "Maven" in this context is probably redundant).
Also
<url>http://repo1.maven.org/maven2</url>
is not ideal; directory-type URLs should have a trailing slash. Should be
<url>http://repo1.maven.org/maven2/</url>
Attachments
Issue Links
- is related to
-
MNG-6113 Rename the 'Central Repository' to 'Maven Central Repository' in the 4.0.0 super POM
- Closed