1
0
Fork 0
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:
Jonah Graham 2019-07-16 12:07:49 -04:00
parent e203e0df52
commit 416582d926

View file

@ -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>