mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

vharseko
06.00.2018 08d4ab6b004c52053cac1b7edde3b1e4fba0e1e5
Revert "move build msi from package to install phase"

This reverts commit 618363b66c208bcd59f4a121f05fac0a063d3cac.
1 files modified
6 ■■■■ changed files
opendj-packages/opendj-msi/opendj-msi-standard/pom.xml 6 ●●●● patch | view | raw | blame | history
opendj-packages/opendj-msi/opendj-msi-standard/pom.xml
@@ -118,7 +118,7 @@
                <executions>
                    <execution>
                        <id>unpack-wix</id>
                        <phase>install</phase>
                        <phase>package</phase>
                        <goals>
                            <goal>unpack</goal>
                        </goals>
@@ -138,7 +138,7 @@
                    </execution>
                    <execution>
                        <id>unpack-winetricks</id>
                        <phase>install</phase>
                        <phase>package</phase>
                        <goals>
                            <goal>copy</goal>
                        </goals>
@@ -164,7 +164,7 @@
                <executions>
                    <execution>
                        <id>build-msi-package-prepare</id>
                        <phase>install</phase>
                        <phase>package</phase>
                        <goals>
                            <goal>run</goal>
                        </goals>