gpt4 book ai didi

maven - karaf 的 features-maven-plugin generate-features-xml 目标的包属性的格式是什么

转载 作者:行者123 更新时间:2023-12-02 00:11:12 29 4
gpt4 key购买 nike

要列出您希望包含在生成的 features.xml 中的一堆包,文档说:

bundles File     A properties file that contains a list of bundles that will be used to generate the features.xml file

但是它忽略了说明这个文件应该是什么格式。文档给出了例子:

        <execution>
<id>generate</id>
<phase>generate-resources</phase>
<goals>
<goal>generate-features-xml</goal>
</goals>
<configuration>
<bundles>src/main/resources/bundles.properties</bundles>
<outputFile>target/features.xml</outputFile>
</configuration>
</execution>

有人知道这个文件应该是什么样子吗?

最佳答案

正确的格式是

groupId/artifactId/version/type

例子:

org.apache/bundle1/1.0/bundle

无论其值(value)如何,我都试图让功能插件为我工作,但它并没有成功,部分原因是文档很差。我想动态构建一个 features.xml 来替换我的包的版本和我的功能中的包。只使用 Maven 过滤来实现我的目标更容易,所以我就是这么做的。

关于maven - karaf 的 features-maven-plugin generate-features-xml 目标的包属性的格式是什么,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15261239/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com