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:10:41 UTC

[tez] branch branch-0.9 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 branch-0.9
in repository https://gitbox.apache.org/repos/asf/tez.git


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

commit afe01716b657ec8f491ea6faccca9ba7daf6c8df
Author: Kuhu Shukla <ks...@apache.org>
AuthorDate: Thu Feb 28 11:10:31 2019 -0600

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

diff --git a/pom.xml b/pom.xml
index 62f82ee..946f0d7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -79,6 +79,10 @@
       <name>${distMgmtSnapshotsName}</name>
       <url>${distMgmtSnapshotsUrl}</url>
     </snapshotRepository>
+    <site>
+      <id>tez.apache.org</id>
+      <url>scp://tez.apache.org</url>
+    </site>
   </distributionManagement>
 
   <repositories>