coffeescript-maven-plugin
coffeescript-maven-plugin copied to clipboard
Skip option
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.
Can you give me some example.
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.