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 05:14:25 +00:00
parent 04ad5b4c72
commit 31d31b78a4

View file

@ -72,12 +72,12 @@
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<executions>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<executions>
<execution>
<id>prepare-serverruntime</id>
<phase>package</phase>
<phase>prepare-package</phase>
<goals>
<goal>run</goal>
</goals>
@ -92,11 +92,7 @@
</target>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<executions>
<execution>
<id>deploy</id>
<phase>install</phase>