pax-run 在 pom.xml 中使用 Maven 插件

发布于 2024-07-27 21:03:42 字数 302 浏览 4 评论 0原文

如何使用可在 pom.xml 文件中指定的 Maven 插件 执行 Pax-Runner 任务?

即我可以使用 Pax-Runner 在命令行中执行以下操作(将 war 文件转换为 OSGi 包)

pax-run war:file:C:/somefile.war warref:C:/somefile.properties

我应该怎么做才能使其在 pom.xml 文件中发生?

提前致谢!

How can I execute Pax-Runner tasks using a Maven Plugin, which I can specify in the pom.xml file?

i.e. I can do the following in command line using Pax-Runner (to convert a war file into an OSGi bundle)

pax-run war:file:C:/somefile.war warref:C:/somefile.properties

What should I do to make it happen in a pom.xml file?

Thanks in advance!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

不忘初心 2024-08-03 21:03:42

有一个 pax 的 Maven 插件。 我没有使用过它,但根据文档它可以满足您的需要。 在使用页面上有一个标题为 使用 Pax 插件的部分在描述如何设置项目的 POM 中。

There is a maven plugin for pax. I've not used it, but according to the documentation it does what you need. On the usage page there's a section titled Using the Pax Plugin inside a POM that describes how to set up your project.

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