Settings: Proceeding slash should be removed from URLs
------------------------------------------------------

                 Key: MNG-3462
                 URL: http://jira.codehaus.org/browse/MNG-3462
             Project: Maven 2
          Issue Type: Improvement
          Components: Bootstrap & Build, Settings
    Affects Versions: 2.0.8
            Reporter: Paul Benedict
            Priority: Minor


When repositories and mirrors have their URL end with a slash, you will see a 
double-slash in the URL.

Example configuration:
  <mirrors>
    <mirror>
      <id>mergere</id>
      <mirrorOf>central</mirrorOf>
      <name>Mergere</name>
      <url>http://repo.mergere.com/maven2/</url>
    </mirror>
  </mirrors>

Output:
mvn help:effective-pom
Downloading: 
http://repo.mergere.com/maven2//org/apache/maven/plugins/maven-help-plugin/2.0.1/maven-help-plugin-2.0.1.pom
1K downloaded
Downloading: 
http://repo.mergere.com/maven2//org/apache/maven/plugins/maven-help-plugin/2.0.1/maven-help-plugin-2.0.1.jar
19K downloaded

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to