生成された 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>
このファイルがどのように見えるべきか知っている人はいますか?