This is an automated email from the ASF dual-hosted git repository.

krisden pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/knox.git


The following commit(s) were added to refs/heads/master by this push:
     new 0628059  KNOX-1705 - Fix including gateway-admin-ui module
0628059 is described below

commit 0628059787ede30551f7a067421f71cd72dfb252
Author: Kevin Risden <[email protected]>
AuthorDate: Fri Dec 21 11:30:22 2018 -0500

    KNOX-1705 - Fix including gateway-admin-ui module
    
    Signed-off-by: Kevin Risden <[email protected]>
---
 gateway-applications/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gateway-applications/pom.xml b/gateway-applications/pom.xml
index 8e08ec3..f67dd7b 100644
--- a/gateway-applications/pom.xml
+++ b/gateway-applications/pom.xml
@@ -44,7 +44,7 @@
                 <executions>
                     <execution>
                         <id>unpack</id>
-                        <phase>package</phase>
+                        <phase>generate-resources</phase>
                         <goals>
                             <goal>unpack</goal>
                         </goals>

Reply via email to