diff --git a/deploysettings.xml b/deploysettings.xml deleted file mode 100644 index e36d8480d47e6..0000000000000 --- a/deploysettings.xml +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - apache.snapshots.https - ${sonatype_user} - ${sonatype_pw} - - - apache.releases.https - ${sonatype_user} - ${sonatype_pw} - - - - diff --git a/tools/releasing/create_source_release.sh b/tools/releasing/create_source_release.sh index 47b217686140b..fd1b13cf41b16 100755 --- a/tools/releasing/create_source_release.sh +++ b/tools/releasing/create_source_release.sh @@ -63,7 +63,7 @@ cd ${CLONE_DIR} rsync -a \ --exclude ".git" --exclude ".gitignore" --exclude ".gitattributes" --exclude ".travis.yml" \ - --exclude "deploysettings.xml" --exclude "CHANGELOG" --exclude ".github" --exclude "target" \ + --exclude "CHANGELOG" --exclude ".github" --exclude "target" \ --exclude ".idea" --exclude "*.iml" --exclude ".DS_Store" --exclude "build-target" \ --exclude "docs/content" --exclude ".rubydeps" \ . flink-$RELEASE_VERSION