mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-20 22:55:51 +02:00
[releng] experimenting with uploading dstore server bits.
This commit is contained in:
parent
e7c6e7434a
commit
7a68c04583
1 changed files with 17 additions and 0 deletions
17
rse/pom.xml
17
rse/pom.xml
|
@ -310,6 +310,23 @@
|
||||||
</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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue