Repository: zeppelin Updated Branches: refs/heads/branch-0.6 88e0d80ce -> d5504a878
[BUILD][MINOR] Change build profile for distributing artifact to maven repository ### What is this PR for? While removing duplication of specifying build profile in #1321, build profile has been changed from `-Ppublish-distr` to `-Pbuild-distr`. We need to restore this change and use `-Ppublish-distr` profile to publish `*.javadoc.jar ` and `*.sources.jar`. ### What type of PR is it? Hot Fix ### Questions: * Does the licenses files need update? no * Is there breaking changes for older versions? no * Does this needs documentation? no Author: Mina Lee <[email protected]> Closes #1506 from minahlee/build_profile and squashes the following commits: b84b371 [Mina Lee] Change build profile for distributing artifact to maven repository (cherry picked from commit 22bd851047c4ada20108754f3d15fbd8fe7b065a) Signed-off-by: Mina Lee <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/d5504a87 Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/d5504a87 Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/d5504a87 Branch: refs/heads/branch-0.6 Commit: d5504a878a7bf63c6219e92690fda6d6fcc436b2 Parents: 88e0d80 Author: Mina Lee <[email protected]> Authored: Mon Oct 10 22:05:03 2016 +0900 Committer: Mina Lee <[email protected]> Committed: Wed Oct 12 16:49:37 2016 +0900 ---------------------------------------------------------------------- dev/publish_release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zeppelin/blob/d5504a87/dev/publish_release.sh ---------------------------------------------------------------------- diff --git a/dev/publish_release.sh b/dev/publish_release.sh index 3a0a0f5..fd1083a 100755 --- a/dev/publish_release.sh +++ b/dev/publish_release.sh @@ -44,7 +44,7 @@ NC='\033[0m' # No Color RELEASE_VERSION="$1" GIT_TAG="$2" -PUBLISH_PROFILES="-Pbuild-distr -Pspark-2.0 -Phadoop-2.4 -Pyarn -Ppyspark -Psparkr -Pr" +PUBLISH_PROFILES="-Ppublish-distr -Pspark-2.0 -Phadoop-2.4 -Pyarn -Ppyspark -Psparkr -Pr" PROJECT_OPTIONS="-pl !zeppelin-distribution" NEXUS_STAGING="https://repository.apache.org/service/local/staging" NEXUS_PROFILE="153446d1ac37c4"
