mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 09:25:31 +02:00
Add copying over of production bits to downloads dir.
This commit is contained in:
parent
ff690ab953
commit
6512af4277
1 changed files with 19 additions and 0 deletions
|
@ -29,6 +29,9 @@
|
|||
<profiles>
|
||||
<profile>
|
||||
<id>production</id>
|
||||
<properties>
|
||||
<cdt-download-dir>/home/data/httpd/download.eclipse.org/tools/cdt/builds/8.3/nightly</cdt-download-dir>
|
||||
</properties>
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
|
@ -98,6 +101,22 @@
|
|||
<defaultP2Metadata>false</defaultP2Metadata>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<artifactId>maven-antrun-plugin</artifactId>
|
||||
<version>1.7</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<phase>verify</phase>
|
||||
<configuration>
|
||||
<target>
|
||||
<delete dir="${cdt-download-dir}"
|
||||
<unzip src="target/org.eclipse.cdt.repo.zip"
|
||||
dest="${cdt-download-dir}"
|
||||
</target>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</profile>
|
||||
|
|
Loading…
Add table
Reference in a new issue