Hi,

in your Maven project, don't you have a bundles.properties in src/main/resources ?

Regards
JB

On 02/13/2014 11:10 AM, simafengyun1984 wrote:
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.


--
Jean-Baptiste Onofré
[email protected]
http://blog.nanthrax.net
Talend - http://www.talend.com

Reply via email to