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

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


The following commit(s) were added to refs/heads/master by this push:
     new cf73f43  TEZ-4085. Tez UI resources vendor.js and tez-ui.js not 
getting minified in tez releases (Himanshu Mishra via jeagles)
cf73f43 is described below

commit cf73f435bee18022804bded8ae9ca526983b6cee
Author: Jonathan Eagles <[email protected]>
AuthorDate: Fri Nov 15 13:13:27 2019 -0600

    TEZ-4085. Tez UI resources vendor.js and tez-ui.js not getting minified in 
tez releases (Himanshu Mishra via jeagles)
---
 tez-ui/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tez-ui/pom.xml b/tez-ui/pom.xml
index 78d59fd..365249f 100644
--- a/tez-ui/pom.xml
+++ b/tez-ui/pom.xml
@@ -213,7 +213,7 @@
           <minimize>true</minimize>
           <targetGroups>tez-ui,vendor</targetGroups>
           
<destinationFolder>${basedir}/target/minified-resources/assets</destinationFolder>
-          <contextFolder>${webappDir}/dist/assets</contextFolder>
+          <contextFolder>${basedir}/src/main/webapp/dist/assets</contextFolder>
           <wroFile>${basedir}/src/main/webapp/WEB-INF/wro.xml</wroFile>
         </configuration>
       </plugin>

Reply via email to