Repository: incubator-zeppelin
Updated Branches:
  refs/heads/master e8fe3c18b -> 36c69f483


Distribution Management

To manage distribution of the artifact and supporting files generated 
throughout the build process

Author: Prabhjyot Singh <[email protected]>

Closes #484 from prabhjyotsingh/distributionManagement and squashes the 
following commits:

848d840 [Prabhjyot Singh] Distribution Management


Project: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/commit/36c69f48
Tree: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/tree/36c69f48
Diff: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/diff/36c69f48

Branch: refs/heads/master
Commit: 36c69f4831809db91db2052050e4cbbeee0abed8
Parents: e8fe3c1
Author: Prabhjyot Singh <[email protected]>
Authored: Mon Nov 30 12:10:51 2015 +0530
Committer: Jongyoul Lee <[email protected]>
Committed: Tue Dec 8 16:41:07 2015 +0900

----------------------------------------------------------------------
 pom.xml | 11 +++++++++++
 1 file changed, 11 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/36c69f48/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4720610..1984cca 100755
--- a/pom.xml
+++ b/pom.xml
@@ -701,4 +701,15 @@
       </build>
     </profile>
   </profiles>
+  <distributionManagement>
+    <site>
+      <id>Website</id>
+      <url>${site_url}</url>
+    </site>
+    <repository>
+      <id>${repoid}</id>
+      <name>${reponame}</name>
+      <url>${repourl}</url>
+    </repository>
+  </distributionManagement>
 </project>

Reply via email to