Uploaded image for project: 'Maven Site Plugin'
  1. Maven Site Plugin
  2. MSITE-405

Having distributionManagement repository url with dav protocol, result to corrupt staging directory structure

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Not A Problem
    • 2.0
    • None
    • site:stage(-deploy)
    • None
    • windows XP

    Description

          <distributionManagement>
              <!-- this is where binaries are deployed -->
              <repository>
                  <id>codehaus.org</id>
                  <name>JTStand Repository</name>
                  <url>dav:https://dav.codehaus.org/repository/jtstand/</url>
              </repository>
              <!-- NOTE: the uniqueVersion element tells Maven to keep only a single version of a SNAPSHOT -->
              <snapshotRepository>
                  <id>codehaus.org</id>
                  <uniqueVersion>false</uniqueVersion>
                  <name>JTStand Snapshot Repository</name>
                  <url>dav:https://dav.codehaus.org/snapshots.repository/jtstand/</url>
              </snapshotRepository>
      ...
      

      site:stage results to:
      target/staging/https/odehaus.org/jtstand ...

      The "odehaus" is not a typo here, I think this is the bug.

      Attachments

        Issue Links

          Activity

            People

              rfscholte Robert Scholte
              ali65 Albert Kurucz
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: