如何让 IntelliJ 10 部署使用 JiBX 的项目?

发布于 2024-10-18 20:19:33 字数 226 浏览 2 评论 0原文

我有一个多模块 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

帝王念 2024-10-25 20:19:33

如果您还没有这个...在您的 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文