[
https://issues.apache.org/jira/browse/TEZ-4050?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
László Bodor updated TEZ-4050:
------------------------------
Fix Version/s: (was: 0.10.1)
> 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: Sub-task
> Reporter: Jonathan Turner Eagles
> Assignee: Jonathan Turner Eagles
> Priority: Major
> Fix For: 0.9.2, 0.10.0
>
> Attachments: TEZ-4050.001.patch
>
>
> {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
(v8.3.4#803005)