mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 17:56:01 +02:00
Bug 575654 - fix packaging order
Change-Id: I2d41d42f55a54cc8f0b0b437f78025d9a91aa3c4 Signed-off-by: Greg Watson <g.watson@computer.org>
This commit is contained in:
parent
fc1583b7d8
commit
3f49713898
1 changed files with 33 additions and 25 deletions
|
@ -47,9 +47,16 @@
|
||||||
</configuration>
|
</configuration>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<id>create-distributions</id>
|
<id>materialize-products</id>
|
||||||
<goals>
|
<goals>
|
||||||
<goal>materialize-products</goal>
|
<goal>materialize-products</goal>
|
||||||
|
</goals>
|
||||||
|
</execution>
|
||||||
|
<execution>
|
||||||
|
<id>archive-products</id>
|
||||||
|
<!-- must run after signing -->
|
||||||
|
<phase>pre-integration-test</phase>
|
||||||
|
<goals>
|
||||||
<goal>archive-products</goal>
|
<goal>archive-products</goal>
|
||||||
</goals>
|
</goals>
|
||||||
</execution>
|
</execution>
|
||||||
|
@ -60,7 +67,8 @@
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<id>copy-built-proxy-servers-to-individual-bundles</id>
|
<id>copy-built-proxy-servers-to-individual-bundles</id>
|
||||||
<phase>package</phase>
|
<!-- must run after signing *and* after archiving -->
|
||||||
|
<phase>pre-integration-test</phase>
|
||||||
<goals>
|
<goals>
|
||||||
<goal>run</goal>
|
<goal>run</goal>
|
||||||
</goals>
|
</goals>
|
||||||
|
|
Loading…
Add table
Reference in a new issue