Clean up eclipse distro and ls extensions POMs

This commit is contained in:
aboyko
2023-11-13 12:04:28 -05:00
parent 190920c4fb
commit 4e54cc7470
5 changed files with 2 additions and 53 deletions

View File

@@ -320,15 +320,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
<version>1.7</version>
<executions>
<execution>
<id>update-nightly-downloads</id>
<phase>verify</phase>
<configuration>
<skip>${skip.update-nightly-download-page}</skip>
<target>
<copy file="${project.build.directory}/../../common/html/nightly-generic-snippet-incl-apple-m1.html" tofile="${project.build.directory}/sts4-nightly-${dist.target.major}.html" overwrite="true"/>
@@ -387,13 +384,6 @@
</goals>
</execution>
</executions>
<dependencies>
<dependency>
<groupId>ant-contrib</groupId>
<artifactId>ant-contrib</artifactId>
<version>20020829</version>
</dependency>
</dependencies>
</plugin>
</plugins>