Yes, I have no this file. 

Do you think this file is genareted by the maven project automatically? 
Do you have the entire example to created the bundle maven project?  

Actually I just want install my project bundles via features.xml. So I want
to know how to generated the features file. if I use features-maven-plugin
to generated the features.xml. It needs the bundles.properities file. But I
have no idea of this file.


>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. 
        > 




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

Reply via email to