Skip to content

Commit

Permalink
[BUILD][MINOR] Change build profile for distributing artifact to mave…
Browse files Browse the repository at this point in the history
…n repository

### What is this PR for?
While removing duplication of specifying build profile in apache#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 apache#1506 from minahlee/build_profile and squashes the following commits:

b84b371 [Mina Lee] Change build profile for distributing artifact to maven repository
  • Loading branch information
minahlee authored and pedrozatta committed Oct 27, 2016
1 parent 42d1a25 commit 535dde7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/publish_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 535dde7

Please sign in to comment.