MVN

com.github.eliayng : compress-maven-plugin

Maven & Gradle

Aug 03, 2017
0 stars

compress-maven-plugin · 配置监控信息,在web.xml中添加 <filter> <description>拦截获取js与css过滤</description> <filter-name>MergeFilter</filter-name> <filter-class>com.njzxw.filter.MergeFilter</filter-class> <init-param> <!-- js合并输出路径 --> <param-name>jsDir</param-name> <param-value>${js.path}</param-value> </init-param> <init-param> <!-- css合并输出路径 --> <param-name>cssDir</param-name> <param-value>${css.path}</param-value> </init-param> </filter> 同时添加一个合并js\css对应一个merge.xml,最好放置在同级,如: <merge> <group name="sss" > <js path="js/common/common.js" /> <js path="js/common/index.js" /> <css path="css/common/animate.css" /> <css path="css/common/normalize.css" /> </group> </merge> 访问项目:xxx/sss.js xxx/sss.css 同时配合maven插件: compress-maven-plugin结合使用: <plugin> <groupId>com.github.eliayng</groupId> <artifactId>compress-maven-plugin</artifactId> <version>1.0.0</version> <executions> <execution> <phase>compile</phase> <goals> <goal>compress</goal> </goals> </execution> </executions> <configuration> <skip>${skipCompress}</skip> <poolNum>50</poolNum> <jsOutDir>${jsOutDir}</jsOutDir> <cssOutDir>${cssOutDir}</cssOutDir> <!--是否监控编译class文件--> <isCompressClass>true</isCompressClass> <!-- 是否复制资源文件 --> <isResourcesCopy>true</isResourcesCopy> </configuration> </plugin>

<plugin>
    <groupId>com.github.eliayng</groupId>
    <artifactId>compress-maven-plugin</artifactId>
    <version>1.0.2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.eliayng : compress-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.2

All Versions

Choose a version of com.github.eliayng : compress-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
compress-maven-plugin-1.0.2
compress-maven-plugin-1.0.1
compress-maven-plugin-1.0.0
M1.0.x
compress-maven-plugin-M1.0.1-releases
compress-maven-plugin-M1.0.0-releases

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>com.github.eliayng</groupId>
    <artifactId>compress-maven-plugin</artifactId>
    <version>1.0.2</version>
</plugin>

Advertisement

Dependencies from Group

Discover Dependencies

gep
Jun 25, 2017
1 usages
0 stars
Jun 27, 2017
5.3k stars
Jun 22, 2017
1 usages
4 stars
Jul 15, 2023
1 usages
2 stars
Mar 22, 2021
114 stars
Mar 22, 2021
114 stars
Mar 22, 2021
2 usages
114 stars
Mar 22, 2021
2 usages
114 stars
Jun 18, 2017
5.8k stars