From 1ff6ab43e40f1a067ee5db3119a934f863b3861c Mon Sep 17 00:00:00 2001 From: aboyko Date: Wed, 8 Nov 2023 23:33:23 -0500 Subject: [PATCH] GHA: public read for legacy s3. Cleanup pom for eclipse ls ext --- .../workflows/eclipse-ls-extensions-build.yml | 2 +- .../pom.xml | 72 ------------------- 2 files changed, 1 insertion(+), 73 deletions(-) diff --git a/.github/workflows/eclipse-ls-extensions-build.yml b/.github/workflows/eclipse-ls-extensions-build.yml index 004f88adb..d59fefcb2 100644 --- a/.github/workflows/eclipse-ls-extensions-build.yml +++ b/.github/workflows/eclipse-ls-extensions-build.yml @@ -107,7 +107,7 @@ jobs: dist_path=`cat ${{ github.workspace }}/eclipse-language-servers/org.springframework.tooling.ls.integration.repository/target/s3-p2-repo-dist-path.txt` echo "Dist path: ${dist_path}" aws s3 rm s3://dist.springsource.com/${dist_path}/ --recursive - aws s3 cp ${{ github.workspace }}/eclipse-language-servers/org.springframework.tooling.ls.integration.repository/target/repository/ s3://dist.springsource.com/${dist_path}/ --recursive + aws s3 cp ${{ github.workspace }}/eclipse-language-servers/org.springframework.tooling.ls.integration.repository/target/repository/ s3://dist.springsource.com/${dist_path}/ --recursive --acl public-read - name: Clear S3 Caches if: ${{ inputs.build_type != 'snapshot' }} env: diff --git a/eclipse-language-servers/org.springframework.tooling.ls.integration.repository/pom.xml b/eclipse-language-servers/org.springframework.tooling.ls.integration.repository/pom.xml index 27cbcbfc6..9301aef58 100644 --- a/eclipse-language-servers/org.springframework.tooling.ls.integration.repository/pom.xml +++ b/eclipse-language-servers/org.springframework.tooling.ls.integration.repository/pom.xml @@ -18,18 +18,6 @@ - - org.apache.maven.plugins maven-antrun-plugin @@ -49,67 +37,7 @@ run - - - - org.springframework.build - org.springframework.build.aws.ant - 3.0.6.RELEASE - - - net.java.dev.jets3t - jets3t - 0.8.1 - - - ant-contrib - ant-contrib - 20020829 - -