1313 required : true
1414 default : ' snapshot'
1515 type : string
16- sts4 -language-servers-version :
16+ sts -language-servers-version :
1717 description : version of sts4 ls extensions
1818 required : false
1919 type : string
@@ -78,18 +78,18 @@ jobs:
7878 gpg_keyname : ${{ secrets.GPG_KEYID }}
7979 run : |
8080 java -version
81- sts4_ls_version =${{ inputs.sts4 -language-servers-version }}
82- sts4_ls_version_param =""
83- if ! [[ -z ${sts4_ls_version } ]]; then
84- sts4_ls_version_param ="-Dsts4 -language-servers-version=${sts4_ls_version }"
81+ sts_ls_version =${{ inputs.sts -language-servers-version }}
82+ sts_ls_version_param =""
83+ if ! [[ -z ${sts_ls_version } ]]; then
84+ sts_ls_version_param ="-Dsts -language-servers-version=${sts_ls_version }"
8585 fi
8686 p2_qualifier=${{ inputs.p2-qualifier }}
8787 p2_qualifier_param=""
8888 if ! [[ -z ${p2_qualifier} ]]; then
8989 p2_qualifier_param="-Dp2.qualifier=${p2_qualifier}"
9090 fi
9191 cd eclipse-distribution
92- ./mvnw --batch-mode -U clean install -P${{ inputs.eclipse_profile }} -P${{ inputs.build_type }} $sts4_ls_version_param $p2_qualifier_param -Pgitactions -Pgpg.sign \
92+ ./mvnw --batch-mode -U clean install -P${{ inputs.eclipse_profile }} -P${{ inputs.build_type }} $sts_ls_version_param $p2_qualifier_param -Pgitactions -Pgpg.sign \
9393 -Dmaven.repo.local=~/.m2/repository-signed -Dmaven.test.skip=true -Declipse.p2.mirrors=false -Dtycho.localArtifacts=ignore -Dp2.replaceQualifier=true \
9494 -Dskip.eclipserun.proxies=false -Dtycho.equinox.resolver.uses=true \
9595 -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 \
@@ -149,7 +149,7 @@ jobs:
149149 run : |
150150 echo "Uploading Win Zips and OSX tar.gz to S3 for signing..."
151151 id=${{ inputs.eclipse_profile }}-${{ inputs.build_type }}-${{ github.run_id }}
152- aws s3 cp ${{ github.workspace }}/eclipse-distribution/org.springframework.boot.ide.product.${{ inputs.eclipse_profile }}/target/products s3://$AWS_S3_BUCKET/sts4 -distro-ci-temp/$id --recursive --exclude "*" --include "spring-tools-for-eclipse*win*.zip" --include "spring-tools-for-eclipse*macosx*.tar.gz" --exclude "*/*" --no-progress
152+ aws s3 cp ${{ github.workspace }}/eclipse-distribution/org.springframework.boot.ide.product.${{ inputs.eclipse_profile }}/target/products s3://$AWS_S3_BUCKET/sts -distro-ci-temp/$id --recursive --exclude "*" --include "spring-tools-for-eclipse*win*.zip" --include "spring-tools-for-eclipse*macosx*.tar.gz" --exclude "*/*" --no-progress
153153 outputs :
154154 id : ${{ inputs.eclipse_profile }}-${{ inputs.build_type }}-${{ github.run_id }}
155155 dist_path : ${{ steps.s3-paths.outputs.dist_path }}
@@ -175,7 +175,7 @@ jobs:
175175 rm -f spring-tools-for-eclipse*win*.zip*
176176 rm -f spring-tools-for-eclipse*win*.self-extracting.jar*
177177 ls
178- aws s3 mv s3://$AWS_S3_BUCKET/sts4 -distro-ci-temp/${{ needs.eclipse-distro-build.outputs.id }} . --recursive --exclude "*" --include "spring-tools-for-eclipse*win*.zip*" --exclude "*/*" --no-progress
178+ aws s3 mv s3://$AWS_S3_BUCKET/sts -distro-ci-temp/${{ needs.eclipse-distro-build.outputs.id }} . --recursive --exclude "*" --include "spring-tools-for-eclipse*win*.zip*" --exclude "*/*" --no-progress
179179 - name : Sign EXE within zip files
180180 id : sign
181181 run : |
@@ -254,7 +254,7 @@ jobs:
254254 run : |
255255 rm -rf *macosx*
256256 ls
257- aws s3 mv s3://$AWS_S3_BUCKET/sts4 -distro-ci-temp/${{ needs.eclipse-distro-build.outputs.id }} . --recursive --exclude "*" --include "spring-tools-for-eclipse*macosx*.tar.gz" --exclude "*/*" --no-progress
257+ aws s3 mv s3://$AWS_S3_BUCKET/sts -distro-ci-temp/${{ needs.eclipse-distro-build.outputs.id }} . --recursive --exclude "*" --include "spring-tools-for-eclipse*macosx*.tar.gz" --exclude "*/*" --no-progress
258258 - name : Sign .app, Create and Sign DMG
259259 env :
260260 MACOS_CERTIFICATE_ID : ${{ secrets.MACOS_CERTIFICATE_ID }}
@@ -345,7 +345,7 @@ jobs:
345345 - name : Google Chat Notification
346346 run : |
347347 echo "P2 Update Site: ${DOWNLOAD_URL_ROOT}/${{ needs.eclipse-distro-build.outputs.p2_path }}"
348- downloads_html="sts4 -distro-downloads-${{ inputs.eclipse_profile }}.txt"
348+ downloads_html="sts -distro-downloads-${{ inputs.eclipse_profile }}.txt"
349349 rm -f ./downloads_html
350350 s3_url=s3://${AWS_S3_BUCKET}/${{ needs.eclipse-distro-build.outputs.dist_path }}
351351 files=`aws s3 cp ${s3_url} . --recursive --exclude "*" --include "spring-tools-for-eclipse*.zip" --include "spring-tools-for-eclipse*.dmg" --include "spring-tools-for-eclipse*.self-extracting.jar" --include "spring-tools-for-eclipse*.tar.gz" --exclude "*/*" --dryrun`
@@ -413,7 +413,7 @@ jobs:
413413 - name : Remove Temp Build Artifacts from S3
414414 id : cleanup-s3-temp-storage
415415 run : |
416- aws s3 rm s3://$AWS_S3_BUCKET/sts4 -distro-ci-temp --recursive --exclude "*" --include "${{ needs.eclipse-distro-build.outputs.id }}/*"
416+ aws s3 rm s3://$AWS_S3_BUCKET/sts -distro-ci-temp --recursive --exclude "*" --include "${{ needs.eclipse-distro-build.outputs.id }}/*"
417417
418418 notify-failure :
419419 needs : [ eclipse-distro-build, sign-win-distros, sign-osx-distros, cleanup, purge_cache ]
0 commit comments