Uploaded image for project: 'Maven'
  1. Maven
  2. MNG-5164

Odd <name> of central in superpom

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 3.0.3
    • 2.2.2, 3.0.4
    • Embedding
    • None
    • Patch

    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

          Activity

            People

              bentmann Benjamin Bentmann
              jglick Jesse N. Glick
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: