XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.9.2, 0.10.0
    • None
    • None

    Description

      [ERROR] Failed to execute goal org.apache.maven.plugins:maven-site-plugin:3.4:stage (default-cli) on project tez-docs: Missing site information in the distribution management of the project Tez (org.apache.tez:tez-docs:0.10.1-SNAPSHOT) -> [Help 1]
      

      From maven site plugin usage we can see we are missing configuration.
      https://maven.apache.org/plugins/maven-site-plugin/usage.html

      <project>
        ...
        <distributionManagement>
          <site>
            <id>www.yourcompany.com</id>
            <url>scp://www.yourcompany.com/www/docs/project/</url>
          </site>
        </distributionManagement>
        ...
      </project>
      

      Tez does not use this url to deploy and neither does hadoop. But it is needed to stage site documentation. url is only used during site:deploy which is never called during Tez QA step.

      This jira aims to provide a place holder (the same as hadoop)

      Attachments

        1. TEZ-4050.001.patch
          0.4 kB
          Jonathan Turner Eagles

        Activity

          People

            jeagles Jonathan Turner Eagles
            jeagles Jonathan Turner Eagles
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: