mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Add geode, scalding profile in maven artifact build
This commit is contained in:
parent
2cced61357
commit
a88bc1dd2b
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ export MAVEN_OPTS="-Xmx2g -XX:MaxPermSize=512m"
|
|||
RELEASE_VERSION="$1"
|
||||
GIT_TAG="$2"
|
||||
|
||||
PUBLISH_PROFILES="-Pspark-1.6 -Phadoop-2.4 -Pyarn -Ppyspark -Psparkr -Pr"
|
||||
PUBLISH_PROFILES="-Pspark-1.6 -Phadoop-2.4 -Pyarn -Ppyspark -Psparkr -Pr -Pgeode -Pscalding"
|
||||
PROJECT_OPTIONS="-pl !zeppelin-distribution"
|
||||
NEXUS_STAGING="https://repository.apache.org/service/local/staging"
|
||||
NEXUS_PROFILE="153446d1ac37c4"
|
||||
|
|
|
|||
Loading…
Reference in a new issue