Missing pom changes for gitactions profile

This commit is contained in:
aboyko
2023-06-07 11:59:11 -04:00
parent 4dd1e2f7d4
commit 26d44f9fe3

View File

@@ -126,6 +126,18 @@
</properties>
</profile>
<profile>
<id>gitactions</id>
<properties>
<dist.accessKey>${secrets.TOOLS_S3_ACCESS_KEY}</dist.accessKey>
<dist.secretKey>${secrets.TOOLS_S3_SECRET_KEY}</dist.secretKey>
<dist.pathpostfix>trials</dist.pathpostfix>
<dist.path>${dist.type}/${dist.key}/${dist.project}/${dist.pathpostfix}</dist.path>
<sts4-language-servers-p2-repo>https://dist.springsource.com/${dist.type}/TOOLS/trials/sts4-language-server-integrations/${sts4-language-servers-version}</sts4-language-servers-p2-repo>
</properties>
</profile>
<profile>
<id>e425</id>
<properties>