You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tez.apache.org by ks...@apache.org on 2019/02/28 17:08:32 UTC

[tez] branch master updated: TEZ-4050. maven site is failing due to missing configuration. (Jonathan Eagles via kshukla)

This is an automated email from the ASF dual-hosted git repository.

kshukla pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tez.git


The following commit(s) were added to refs/heads/master by this push:
     new 05b1038  TEZ-4050. maven site is failing due to missing configuration. (Jonathan Eagles via kshukla)
05b1038 is described below

commit 05b1038fa45c4931ef4e264e538f1049ab3531f3
Author: Kuhu Shukla <ks...@apache.org>
AuthorDate: Thu Feb 28 11:06:07 2019 -0600

    TEZ-4050. maven site is failing due to missing configuration. (Jonathan Eagles via kshukla)
---
 pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/pom.xml b/pom.xml
index 4760af1..3ffbe2a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -80,6 +80,10 @@
       <name>${distMgmtSnapshotsName}</name>
       <url>${distMgmtSnapshotsUrl}</url>
     </snapshotRepository>
+    <site>
+      <id>tez.apache.org</id>
+      <url>scp://tez.apache.org</url>
+    </site>
   </distributionManagement>
 
   <repositories>