Maven plugin to run the closure compiler on your javascript code base
Forces the code to be recompiled even if things aren't dirty. true or false. can also use property 'closure.forceRecompile'
"ADVANCED_OPTIMIZATIONS", "SIMPLE_OPTIMIZATIONS", "WHITESPACE_ONLY"
"DEFAULT", "VERBOSE", "QUIET"
true or false
"ECMASCRIPT3", "ECMASCRIPT5", "ECMASCRIPT5_STRICT", "ECMASCRIPT6", "ECMASCRIPT6_STRICT", "NO_TRANSPILE"
"ECMASCRIPT3", "ECMASCRIPT5", "ECMASCRIPT5_STRICT", "ECMASCRIPT6", "ECMASCRIPT6_STRICT", "NO_TRANSPILE"
The output file to write everything to.
defaults to: "${project.build.directory}/$project.artifactId}-${project.version}-min.js/
defaults to true
defaults to false
defaults to true
a bunch of files that should be treated as externs
a bunch of files that should be treated as the source