如何让 IntelliJ 10 部署使用 JiBX 的项目?
我有一个多模块 Maven 项目(一场战争),其中使用的这些模块执行编译后步骤来更新 JiBX 绑定。
我想使用 IntelliJ 来构建和部署这个项目。但是我似乎不知道如何让 IntelliJ 启动 JiBX 编译器。有什么想法吗?
如果无法启动 JiBX 编译器,我希望 IntelliJ 将需要 JiBX 编译步骤的模块视为“正常”依赖项,并只需从本地 Maven 存储库中提取相应的 jar 即可。
I have a multi module maven project (a war) on of these modules utilized executes a post-compile step to update JiBX bindings.
I would like to use IntelliJ to build and deploy this project. However I can't seem to figure out how to get IntelliJ to kick off the JiBX compiler. Any thoughts?
If it isn't possible to kick off the JiBX compiler, I'd like IntelliJ to treat the module that requires the JiBX compilation step as a "normal" dependency and simply pull the appropriate jar from my local maven repository.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您还没有这个...在您的 IntelliJ 运行/调试配置中,选中“Run Maven Goal”复选框并从插件下的 jibx 条目中选择 jibx:bind。
If you don't have this already... in your IntelliJ run/debug configuration check the "Run Maven Goal" checkbox and choose jibx:bind from the jibx entry under plugins.