Hi all, When I want to use the features-maven-plugin (2.3.5) combined with test dependencies (junit, and pax-exam, etc.), I have the following error:
java.util.zip.ZipException: error in opening zip file .... .... The plugin try to add this dependencies (<scope>test</scope>) inside the feature.xml, but I don't wan't. With maven 3, I can not put in the scope: test and provided, so how can I generate my feature.xml with this plugin? Thanks a lot Regards -- View this message in context: http://karaf.922171.n3.nabble.com/features-maven-plugin-generate-features-xml-pb-tp4033583.html Sent from the Karaf - User mailing list archive at Nabble.com.
