1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-04 15:45:25 +02:00

[releng] working on rseserver packaging.

This commit is contained in:
Anna Dushistova 2012-05-31 04:19:09 +00:00
parent 7c655be372
commit 04ad5b4c72
2 changed files with 24 additions and 20 deletions

View file

@ -72,6 +72,28 @@
</execution>
</executions>
</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>
<artifactId>maven-antrun-plugin</artifactId>
<executions>

View file

@ -289,7 +289,7 @@
<archiveSite>true</archiveSite>
</configuration>
</plugin>
<plugin>
<!-- <plugin>
<artifactId>maven-antrun-plugin</artifactId>
<inherited>false</inherited>
<executions>
@ -310,26 +310,8 @@
</target>
</configuration>
</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>
</plugin>
</plugin>-->
</plugins>
<pluginManagement>
<plugins>