We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cc1749 commit 9df3a50Copy full SHA for 9df3a50
dev/create-release/create-release.sh
@@ -74,6 +74,10 @@ if [[ ! "$@" =~ --package-only ]]; then
74
git push origin HEAD:$GIT_BRANCH
75
git checkout -f $GIT_TAG
76
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
+
81
rm -rf $SPARK_REPO
82
83
mvn -DskipTests -Dhadoop.version=2.2.0 -Dyarn.version=2.2.0 \
0 commit comments