Clean up eclipse distro and ls extensions POMs
This commit is contained in:
@@ -117,8 +117,6 @@
|
||||
<dist.type>release</dist.type>
|
||||
<dist.path.repo>${dist.type}/TOOLS/sts4/update/${unqualifiedVersion}.${p2.qualifier}/${dist.target.major}</dist.path.repo>
|
||||
<dist.path.product>${dist.type}/STS4/${unqualifiedVersion}.${p2.qualifier}/dist/${dist.target.major}</dist.path.product>
|
||||
<skip.update-nightly-download-page>true</skip.update-nightly-download-page>
|
||||
|
||||
<sts4-language-servers-version>today</sts4-language-servers-version> <!-- this should be overridden in the build with the concrete ls version to include-->
|
||||
</properties>
|
||||
</profile>
|
||||
@@ -126,12 +124,8 @@
|
||||
<profile>
|
||||
<id>gitactions</id>
|
||||
<properties>
|
||||
<vm-signing.ssh.key>~/.ssh/id_rsa</vm-signing.ssh.key>
|
||||
<dist.accessKey>${env.tools_s3_access_key}</dist.accessKey>
|
||||
<dist.secretKey>${env.tools_s3_secret_key}</dist.secretKey>
|
||||
<gpg.passphrase>${env.gpg_passphrase}</gpg.passphrase>
|
||||
<gpg.keyname>${env.gpg_keyname}</gpg.keyname>
|
||||
<skip.update-nightly-download-page>true</skip.update-nightly-download-page>
|
||||
</properties>
|
||||
</profile>
|
||||
|
||||
@@ -681,20 +675,7 @@
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-antrun-plugin</artifactId>
|
||||
<version>1.6</version>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>ant-contrib</groupId>
|
||||
<artifactId>ant-contrib</artifactId>
|
||||
<version>1.0b3</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>ant</groupId>
|
||||
<artifactId>ant</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<version>1.7</version>
|
||||
</plugin>
|
||||
|
||||
</plugins>
|
||||
|
||||
Reference in New Issue
Block a user