From 618363b66c208bcd59f4a121f05fac0a063d3cac Mon Sep 17 00:00:00 2001
From: vharseko <vharseko@openam.org.ru>
Date: Tue, 06 Mar 2018 09:43:12 +0000
Subject: [PATCH] move build msi from package to install phase
---
opendj-packages/opendj-msi/opendj-msi-standard/pom.xml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/opendj-packages/opendj-msi/opendj-msi-standard/pom.xml b/opendj-packages/opendj-msi/opendj-msi-standard/pom.xml
index 7847a6c..88f1f02 100644
--- a/opendj-packages/opendj-msi/opendj-msi-standard/pom.xml
+++ b/opendj-packages/opendj-msi/opendj-msi-standard/pom.xml
@@ -118,7 +118,7 @@
<executions>
<execution>
<id>unpack-wix</id>
- <phase>package</phase>
+ <phase>install</phase>
<goals>
<goal>unpack</goal>
</goals>
@@ -138,7 +138,7 @@
</execution>
<execution>
<id>unpack-winetricks</id>
- <phase>package</phase>
+ <phase>install</phase>
<goals>
<goal>copy</goal>
</goals>
@@ -164,7 +164,7 @@
<executions>
<execution>
<id>build-msi-package-prepare</id>
- <phase>package</phase>
+ <phase>install</phase>
<goals>
<goal>run</goal>
</goals>
--
Gitblit v1.10.0