使用 maven 自定义编译器
我正在尝试让 Maven2 将 Coffeescript 编译为 JavaScript。就我而言,没有提供编译coffeescript 的插件。
是否有一个可以使用编译器参数化的 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.
Is there a compiler-plugin for maven which can be parameterized with a compiler (for any programming language)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这实际上是 Maven Compiler Plugin 的情况,请参见 使用非 Javac 编译器。因此,人们可以想象提供一个可插入的编译器实现来编译coffeescript。
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
coffeescript-maven-plugin
https://github.com/iron9light/coffeescript-maven-plugin