标签:final tom pac cat missing ati glob webapp bug
1. 在pom.xml文件中,引入wro4j-maven-plugin插件
2. 配置合并、压缩策略,新建文件/WEB-INF/wro.xml,例如配置内容为:
3. 配置wro4j相关属性,新建WEB-INF/wro.properties,例如配置内容为:
配置属性含义参见:http://everycoding.com/coding/68.html
此插件必须配置wro.properties。否则在执行打包命令:clean package时否则会报如下异常:
src\main\webapp\WEB-INF\wro.properties (系统找不到指定的文件。) -> [Help 1]
4. 执行maven命令:clean package 打包
我们会发现根据wro.xml配置的策略在
${project.build.directory}/${project.build.finalName}/static/js
${project.build.directory}/${project.build.finalName}/static/css的目录下生成了
basic.css、basic.js、custom.css、custom.js等合并压缩后的文件。
Maven插件wro4j-maven-plugin压缩、合并js、css详解
标签:final tom pac cat missing ati glob webapp bug
原文地址:http://www.cnblogs.com/zhangtan/p/7610435.html