Summary: making the patches should happen in the package phase

This commit is contained in:
Hugo Trippaers 2012-11-07 16:28:07 +01:00
parent a3d468dae7
commit 4a5b9be32a

View File

@ -65,7 +65,7 @@
<executions> <executions>
<execution> <execution>
<id>build-cloud-scripts</id> <id>build-cloud-scripts</id>
<phase>install</phase> <phase>package</phase>
<goals> <goals>
<goal>run</goal> <goal>run</goal>
</goals> </goals>