[MSKINS-168] Switch Minification Engine from YUI to CLOSURE
diff --git a/pom.xml b/pom.xml
index 90ce139..eabda9c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -217,6 +217,7 @@
                 <jsSourceFile>fluido.js</jsSourceFile>
               </jsSourceFiles>
               <jsFinalFile>apache-maven-fluido-${project.version}.js</jsFinalFile>
+              <jsEngine>CLOSURE</jsEngine>
             </configuration>
             <goals>
               <goal>minify</goal>