Use align phases between the various packages. Not very handy to use a tgz file in the generate-resources phase when it is created in the package phase

(cherry picked from commit 6c034673a8)

Signed-off-by: Hugo Trippaers <trippie@gmail.com>
This commit is contained in:
Hugo Trippaers 2013-02-02 12:19:33 +01:00
parent 3f064ace39
commit 3b8b02c50c
1 changed files with 2 additions and 2 deletions

View File

@ -125,8 +125,8 @@
<version>1.7</version>
<executions>
<execution>
<id>generate-resource</id>
<phase>generate-resources</phase>
<id>copy-cloud-scripts</id>
<phase>package</phase>
<goals>
<goal>run</goal>
</goals>