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

URL in log message does not work

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Trivial
    • Resolution: Incomplete
    • 3.6
    • None
    • site:deploy
    • None

    Description

      When deploying the site documentation the plugiin gives an log message like

      18:04:02 [INFO] --- maven-site-plugin:3.6:deploy (default-deploy) @ my-project ---
      18:04:02 [INFO] Pushing /data/jenkins/runtime/workspace/My-Project/target/site
      18:04:02 [INFO]    >>> to http://mvnsite/my-project/1.1.1-SNAPSHOT./
      

      The URL does end with a period ".", which is not part of the definition in pom.xml

          <site>
            <id>mvnsite</id>
            <url>dav:http://mvnsite/${project.artifactId}/${project.version}</url>
          </site>
      

      Therefore the URL is not functional.

      Attachments

        Activity

          People

            Unassigned Unassigned
            tomhelpstone Tom Helpstone
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: