pax-run 在 pom.xml 中使用 Maven 插件
如何使用可在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有一个 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.