You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tez.apache.org by "Jonathan Eagles (JIRA)" <ji...@apache.org> on 2019/02/27 23:29:00 UTC

[jira] [Created] (TEZ-4050) maven site is failing due to missing configuration.

Jonathan Eagles created TEZ-4050:
------------------------------------

             Summary: maven site is failing due to missing configuration.
                 Key: TEZ-4050
                 URL: https://issues.apache.org/jira/browse/TEZ-4050
             Project: Apache Tez
          Issue Type: Bug
            Reporter: Jonathan Eagles
            Assignee: Jonathan Eagles


{code}
[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]
{code}

From maven site plugin usage we can see we are missing configuration.
https://maven.apache.org/plugins/maven-site-plugin/usage.html
{code}
<project>
  ...
  <distributionManagement>
    <site>
      <id>www.yourcompany.com</id>
      <url>scp://www.yourcompany.com/www/docs/project/</url>
    </site>
  </distributionManagement>
  ...
</project>
{code}

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)




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)