blutorange / closure-compiler-maven-plugin

Combine and minimize JavaScript with Closure Compiler.
http://blutorange.github.com/closure-compiler-maven-plugin
Apache License 2.0
52 stars 6 forks source link

No skip option #49

Closed mdgeek closed 5 years ago

mdgeek commented 5 years ago

Many Maven plugins have a skip config option to conditionally suppress execution. There appears to be nothing equivalent here (there are a couple of skipXXX options, but they do not suppress execution, only selected behaviors). Would you consider adding such an option?

blutorange commented 5 years ago

Yes, sure. Just to make sure, what you mean is an option skip=true, so that the plugin is still executed, but immediately exits without doing anything?

mdgeek commented 5 years ago

Yes, exactly. Thanks.

mdgeek commented 5 years ago

Works like a charm!  Thanks.

From: Andre Wachsmuth notifications@github.com Reply-To: blutorange/closure-compiler-maven-plugin reply@reply.github.com Date: Wednesday, June 26, 2019 at 12:41 AM To: blutorange/closure-compiler-maven-plugin closure-compiler-maven-plugin@noreply.github.com Cc: Doug Martin docanorak@gmail.com, Author author@noreply.github.com Subject: Re: [blutorange/closure-compiler-maven-plugin] No skip option (#49)

Closed #49 via 63d3ac8.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.