Repository: incubator-zeppelin
Updated Branches:
  refs/heads/master 5d7299907 -> b12edcd3a


[Doc] Cleanup - delete DEPLOY.md

Minor documentation cleanup - removing old pre-apache docs.

Author: Alexander <[email protected]>

Closes #603 from bzz/patch-1 and squashes the following commits:

68d5cff [Alexander] Delete DEPLOY.md


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

Branch: refs/heads/master
Commit: b12edcd3a7493673159fa27d44b71f3200d0fc57
Parents: 5d72999
Author: Alexander <[email protected]>
Authored: Wed Jan 6 15:34:41 2016 +0900
Committer: Alexander Bezzubov <[email protected]>
Committed: Wed Jan 6 17:03:13 2016 +0900

----------------------------------------------------------------------
 DEPLOY.md | 55 -------------------------------------------------------
 1 file changed, 55 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/b12edcd3/DEPLOY.md
----------------------------------------------------------------------
diff --git a/DEPLOY.md b/DEPLOY.md
deleted file mode 100644
index 50b1baf..0000000
--- a/DEPLOY.md
+++ /dev/null
@@ -1,55 +0,0 @@
-Publish Zeppelin Distribution Package
-------
-
-A. Build package
-
-Following command will create package zeppelin-VERSION.tar.gz under 
_zeppelin-distribution/target_ directory.
-
-      mvn clean package -P build-distr
-
-
-B. Upload to S3 bucket ~~web server~~
-
-     ~~scp zeppelin-distribution/target/zeppelin-VERSION.tar.gz 
[email protected]:/var/www/html/pub/zeppelin/~~
-     mvn package -P publish-distr
-
-
-C. Edit www.zeppelin-project.org
-
-Edit download page to have link to new release.
-
-
-Publish javadoc
--------
-
-Generate javadoc with following command
-
-    mvn javadoc:javadoc
-    mv "zeppelin-zengine/target/site/apidocs" 
"ZEPPELIN_HOMEPAGE/docs/zengine-api/VERSION"
-
-and publish the web.
-
-
-Publish Maven artifact
-------------
-
-**Publish to snapshot repository**
-
-     mvn -DperformRelease=true deploy
-
-
-**Publish to release repository**
-
-    mvn -DperformRelease=true release:clean
-    mvn -DperformRelease=true release:prepare
-    mvn -DperformRelease=true release:perform
-
-Artifact is now in staging repository.
-Connect https://oss.sonatype.org/ , select staging repository and click 
"close" -> "release" will finally release it.
-
-
-**Reference**
-
-https://docs.sonatype.org/display/Repository/How+To+Generate+PGP+Signatures+With+Maven
-
-https://docs.sonatype.org/display/Repository/Sonatype+OSS+Maven+Repository+Usage+Guide#SonatypeOSSMavenRepositoryUsageGuide-1a.TermsofServiceRepository%3ACentralRepositoryTermsofServiceforSubmitters

Reply via email to