Hi, My problem is without using <obrRepository> to specify the path of repository.xml, everything is fine. repository.xml is generated where the local maven repository is, and resource URI refers to the path of bundle in local maven repository.
After I use <obrRepository> to specify the path of repository.xml in the pom file for *maven-bundle-plugin*, the URI refers to path which I specify with <obrRepository> tag but not in local maven repo. What I expect is that <obrRepository> will specify where the repository.xml file is, but resource URI should still refer to the path of local maven repository. Am I right? Or do I miss anything? Thanks -- View this message in context: http://apache-felix.18485.x6.nabble.com/Incorrect-URI-in-repository-xml-by-using-obrRepository-tp5005553.html Sent from the Apache Felix - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

