Skip to content

Commit 9df3a50

Browse files
committed
Adding TODO
1 parent 1cc1749 commit 9df3a50

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dev/create-release/create-release.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@ if [[ ! "$@" =~ --package-only ]]; then
7474
git push origin HEAD:$GIT_BRANCH
7575
git checkout -f $GIT_TAG
7676

77+
# TODO: Programatically create and close Maven repo:
78+
#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
79+
# https://support.sonatype.com/entries/39720203-Uploading-to-a-Staging-Repository-via-REST-API
80+
7781
rm -rf $SPARK_REPO
7882

7983
mvn -DskipTests -Dhadoop.version=2.2.0 -Dyarn.version=2.2.0 \

0 commit comments

Comments
 (0)