Hi JB,

I use the below plugin to generate the features.xml. 
But there is a file named bundles.properties? 
Do you know what's the content of the file or content format?



      <plugin>
        <groupId>org.apache.karaf.tooling</groupId>
        <artifactId>features-maven-plugin</artifactId>
        <version>2.3.3</version>
          <executions>
            <execution>
              <id>generate</id>
              <phase>generate-resources</phase>
              <goals>
                <goal>generate-features-xml</goal>
              </goals>
              <configuration>
                <bundles>src/main/resources/*bundles.properties*</bundles>
                <kernelVersion>2.3.3</kernelVersion>
                <outputFile>target/features.xml</outputFile>
              </configuration>
            </execution>
          </executions>
        </plugin> 



--
View this message in context: 
http://karaf.922171.n3.nabble.com/question-about-generate-features-xml-file-tp4031683.html
Sent from the Karaf - User mailing list archive at Nabble.com.

Reply via email to