copying base resources must happen when preparing packaging we must not rely on id (#3138)
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
This commit is contained in:
parent
9ee57192dc
commit
bee1487ecc
|
@ -29,7 +29,7 @@
|
|||
<executions>
|
||||
<execution>
|
||||
<id>copy-base-assembly-tree</id>
|
||||
<phase>package</phase>
|
||||
<phase>prepare-package</phase>
|
||||
<goals>
|
||||
<goal>copy-resources</goal>
|
||||
</goals>
|
||||
|
|
Loading…
Reference in New Issue