mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-28 03:15:33 +02:00
[releng] working on rseserver packaging.
This commit is contained in:
parent
7c655be372
commit
04ad5b4c72
2 changed files with 24 additions and 20 deletions
|
@ -72,6 +72,28 @@
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
<plugin>
|
||||||
|
<artifactId>maven-antrun-plugin</artifactId>
|
||||||
|
<executions>
|
||||||
|
<execution>
|
||||||
|
<id>prepare-serverruntime</id>
|
||||||
|
<phase>package</phase>
|
||||||
|
<goals>
|
||||||
|
<goal>run</goal>
|
||||||
|
</goals>
|
||||||
|
<configuration>
|
||||||
|
<target>
|
||||||
|
<property name="buildDirectory" value="${project.build.directory}/../../../../"/>
|
||||||
|
<property name="builder" value="${project.build.directory}/../../../../org.eclipse.tm.rse/releng/org.eclipse.rse.build/"/>
|
||||||
|
<property name="buildId" value="3.4.0"/>
|
||||||
|
<ant antfile="${project.build.directory}/../../../../dstoreTargets.xml">
|
||||||
|
<target name="serverruntime"/>
|
||||||
|
</ant>
|
||||||
|
</target>
|
||||||
|
</configuration>
|
||||||
|
</execution>
|
||||||
|
</executions>
|
||||||
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<artifactId>maven-antrun-plugin</artifactId>
|
<artifactId>maven-antrun-plugin</artifactId>
|
||||||
<executions>
|
<executions>
|
||||||
|
|
22
rse/pom.xml
22
rse/pom.xml
|
@ -289,7 +289,7 @@
|
||||||
<archiveSite>true</archiveSite>
|
<archiveSite>true</archiveSite>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<!-- <plugin>
|
||||||
<artifactId>maven-antrun-plugin</artifactId>
|
<artifactId>maven-antrun-plugin</artifactId>
|
||||||
<inherited>false</inherited>
|
<inherited>false</inherited>
|
||||||
<executions>
|
<executions>
|
||||||
|
@ -310,26 +310,8 @@
|
||||||
</target>
|
</target>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
<!-- <execution>
|
|
||||||
<id>upload-serverruntime</id>
|
|
||||||
<phase>install</phase>
|
|
||||||
<goals>
|
|
||||||
<goal>run</goal>
|
|
||||||
</goals>
|
|
||||||
<configuration>
|
|
||||||
<properties>
|
|
||||||
<tm-install>/home/data/httpd/download.eclipse.org/tm/builds/${platform-version-name}/nightly</tm-install>
|
|
||||||
</properties>
|
|
||||||
<target>
|
|
||||||
<copy todir="${tm-install}">
|
|
||||||
<fileset dir="${project.build.directory}" includes="rseserver*"/>
|
|
||||||
</copy>
|
|
||||||
</target>
|
|
||||||
</configuration>
|
|
||||||
</execution>
|
|
||||||
-->
|
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>-->
|
||||||
</plugins>
|
</plugins>
|
||||||
<pluginManagement>
|
<pluginManagement>
|
||||||
<plugins>
|
<plugins>
|
||||||
|
|
Loading…
Add table
Reference in a new issue