Repository: zeppelin Updated Branches: refs/heads/master abd95fa5e -> 22bd85104
[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 Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/22bd8510 Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/22bd8510 Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/22bd8510 Branch: refs/heads/master Commit: 22bd851047c4ada20108754f3d15fbd8fe7b065a Parents: abd95fa 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:20 2016 +0900 ---------------------------------------------------------------------- dev/publish_release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zeppelin/blob/22bd8510/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"
