Hello, Does anyone have an example of how to create fragment bundles with maven-bundle-plugin?
I have a bundle called Greeter-1.0.jar that needs some .properties files that will be read using Java standard ResourceBundles. I read that this can be accomplished by using fragment bundles to add the properties files into the classloader. Thanks for any input, Rodrigo