coffeescript-maven-plugin icon indicating copy to clipboard operation
coffeescript-maven-plugin copied to clipboard

Skip option

Open lgrammel opened this issue 12 years ago • 2 comments

Being able to skip the coffeescript compilation in some builds would be helpful to reduce build times. If I find some time, I'll see if I can add it.

lgrammel avatar Nov 05 '12 18:11 lgrammel

Can you give me some example.

iron9light avatar Nov 29 '12 18:11 iron9light

What I had in mind is a configuration parameter similar to the skipTests parameter in surefire: http://maven.apache.org/plugins/maven-surefire-plugin/examples/skipping-test.html

I've got a project with some builds where the coffeescript compilation is not required (e.g. on test driver server) and others where it is required (e.g. on deployment server), and it would be nice if I could turn on such a skip-switch to reduce the build time.

lgrammel avatar Nov 29 '12 18:11 lgrammel