开发者

Custom compiler with maven

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜