如何在flexmojos Maven插件中使用依赖项而不是loadExterns?
flexmojos 插件的文档指出 loadExterns 参数已弃用,并建议:“使用类型“xml”和分类器“link-report”的依赖关系 (http://sites.sonatype.org/flexmojos/flexmojos-maven-plugin/compile-swf-mojo.html#loadExterns) 有人可以解释一下或者举个例子吗?
谢谢!
The documentation for flexmojos plugin states that loadExterns parameter is deprecated, and suggests: " Use dependency with type "xml" and classifier "link-report" (http://sites.sonatype.org/flexmojos/flexmojos-maven-plugin/compile-swf-mojo.html#loadExterns) . Can somebody please explain or show an example of how to do it?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有一个 wiki 页面 解释了 flexmojos 使用生成 mxmlc 和 compc 配置的 Maven 依赖机制。
我在里面没有找到
link-report
分类器,但是机制应该是一样的。There is a wiki page that explain's flexmojos' use of the maven dependency mechanism to generate mxmlc and compc configurations.
I didn't find the
link-report
classifier in it, but the mechanism should be the same.