https://github.com/phax/ph-jscompress-maven-plugin
A Maven plugin to compress JS files at build time using Google closure
https://github.com/phax/ph-jscompress-maven-plugin
Last synced: about 1 year ago
JSON representation
A Maven plugin to compress JS files at build time using Google closure
- Host: GitHub
- URL: https://github.com/phax/ph-jscompress-maven-plugin
- Owner: phax
- License: apache-2.0
- Created: 2014-08-26T15:26:21.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2025-03-05T21:18:50.000Z (about 1 year ago)
- Last Synced: 2025-03-18T18:42:22.555Z (about 1 year ago)
- Language: Java
- Size: 165 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# ph-jscompress-maven-plugin
A Maven plugin to compress JS files at build time using Google Closure.
# Maven configuration
```xml
com.helger.maven
ph-jscompress-maven-plugin
3.0.1
jscompress
false
${basedir}/src/main/webapp
```
# News and noteworthy
* v3.0.2 - 2025-03-05
* Using the ECMA language version 2021 instead of ECMA Script v5
* v3.0.1 - 2023-03-29
* Fixed a runtime error, if Guava was not in the classpath
* Updated to Google Closure v20230228
* v3.0.0 - 2023-01-09
* Using Java 11 as the baseline
* Updated to Google Closure v20230103
* v2.2.3 - 2020-03-11
* Updated to Google Closure v20200224
* v2.2.2 - 2019-07-15
* Updated to Google Closure v20190709
* v2.2.1 - 2018-08-06
* Updated to Google Closure v20180716
* v2.2.0 - 2018-01-08
* Requires a JDK 1.8 runtime to be used
* Updated to Google Closure v20180101
* v2.1.1 - 2015-12-01
* Updated to Google Closure v20150901
* v2.1.0 - 2015-08-31
* requires at least Maven 3.x. v2.0.2 is the last version supporting Maven 2.x
* Updated to Google Closure v20150729
* v2.0.2 - 2015-07-01
* Updated to Google Closure v20150609
* v2.0.1 - 2015-06-01
* Updated to Google Closure v20150505
* v2.0.0 - 2015-03-09
* requires a JDK 1.7 runtime to be used
* v1.1.0 - 2014-08-26
---
My personal [Coding Styleguide](https://github.com/phax/meta/blob/master/CodingStyleguide.md) |
It is appreciated if you star the GitHub project if you like it.