mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-05 08:05:24 +02:00
[releng] bind moving tar files to package stage
By having this in the package stage, you can do a mvn package without a build failure. It also means that you don't have to do a mvn install for build to complete, which means not having to unnecessarily modify mvn's local repo Change-Id: I82242698bf9aeaba80b1e4a81353f47a15736180 Signed-off-by: Jonah Graham <jonah@kichwacoders.com>
This commit is contained in:
parent
e203e0df52
commit
416582d926
1 changed files with 2 additions and 2 deletions
|
@ -59,8 +59,8 @@
|
|||
<artifactId>maven-antrun-plugin</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>deploy</id>
|
||||
<phase>install</phase>
|
||||
<id>copy-built-proxy-servers-to-individual-bundles</id>
|
||||
<phase>package</phase>
|
||||
<goals>
|
||||
<goal>run</goal>
|
||||
</goals>
|
||||
|
|
Loading…
Add table
Reference in a new issue