This is an automated email from the ASF dual-hosted git repository.
jeagles pushed a commit to branch branch-0.9
in repository https://gitbox.apache.org/repos/asf/tez.git
The following commit(s) were added to refs/heads/branch-0.9 by this push:
new 0c48f04 TEZ-4085. Tez UI resources vendor.js and tez-ui.js not
getting minified in tez releases (Himanshu Mishra via jeagles)
0c48f04 is described below
commit 0c48f043f01ffb7d34050c82196ef6149ce3f7a3
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)
(cherry picked from commit cf73f435bee18022804bded8ae9ca526983b6cee)
---
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 1dcffe9..53beacb 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>