I have a <packaging>war</packaging> project and I'm using the maven-bundle-plugin to generate the MANIFEST.MF. Everything is working fine and I can deploy my WAR in an OSGi container. I have <remoteOBR/> in the <properties> section of my pom.xml.
However, when I run "mvn bundle:deploy", the repository.xml file in my OBR is not updated. It looks like it's updating, but my artifact doesn't show up in repository.xml. Any ideas? Thanks, Matt -- View this message in context: http://www.nabble.com/maven-bundle-plugin-not-writing-OBR-data-when-project-is-a-WAR-tp17219225p17219225.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]

