Revert "move build msi from package to install phase"
This reverts commit 618363b66c208bcd59f4a121f05fac0a063d3cac.
| | |
| | | <executions> |
| | | <execution> |
| | | <id>unpack-wix</id> |
| | | <phase>install</phase> |
| | | <phase>package</phase> |
| | | <goals> |
| | | <goal>unpack</goal> |
| | | </goals> |
| | |
| | | </execution> |
| | | <execution> |
| | | <id>unpack-winetricks</id> |
| | | <phase>install</phase> |
| | | <phase>package</phase> |
| | | <goals> |
| | | <goal>copy</goal> |
| | | </goals> |
| | |
| | | <executions> |
| | | <execution> |
| | | <id>build-msi-package-prepare</id> |
| | | <phase>install</phase> |
| | | <phase>package</phase> |
| | | <goals> |
| | | <goal>run</goal> |
| | | </goals> |