开发者

Custom compiler with maven

开发者 https://www.devze.com 2023-01-19 22:28 出处:网络
I\'m trying to make Maven2 to compile coffeescript to javascript. As far as I\'m concerned there is no plugin which provides compiling coffeescript.开发者_Python百科

I'm trying to make Maven2 to compile coffeescript to javascript. As far as I'm concerned there is no plugin which provides compiling coffeescript.开发者_Python百科

Is there a compiler-plugin for maven which can be parameterized with a compiler (for any programming language)?


Is there a compiler-plugin for maven which can be parameterized with a compiler (for any programming language)?

This is actually the case of the Maven Compiler Plugin, see Using Non-Javac Compilers. So one could imagine providing a pluggable compiler implementation to compile coffeescript.


coffeescript-maven-plugin

https://github.com/iron9light/coffeescript-maven-plugin

0

精彩评论

暂无评论...
验证码 换一张
取 消