Skip to content

Commit

Permalink
Adding TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
pwendell committed Nov 17, 2014
1 parent 1cc1749 commit 9df3a50
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dev/create-release/create-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ if [[ ! "$@" =~ --package-only ]]; then
git push origin HEAD:$GIT_BRANCH
git checkout -f $GIT_TAG

# TODO: Programatically create and close Maven repo:
#curl -X POST -d @file.xml -u USER:PASS -H "Content-Type:application/xml" -v https://repository.apache.org/service/local/staging/profiles/d63f592e7eac0/start
# https://support.sonatype.com/entries/39720203-Uploading-to-a-Staging-Repository-via-REST-API

rm -rf $SPARK_REPO

mvn -DskipTests -Dhadoop.version=2.2.0 -Dyarn.version=2.2.0 \
Expand Down

0 comments on commit 9df3a50

Please sign in to comment.