Description
I follow the docs at
http://karaf.apache.org/manual/2.2.7/developers-guide/creating-bundles.html
at the section Creating bundles for third party dependencies
I try to execute as documented
karaf@root> osgi:install wrap:mvn:commons-lang/commons-lang/2.4,Bundle-SymbolicName=commons-lang&Bundle-Version=2.4 java.net.MalformedURLException: no protocol: Bundle-SymbolicName=commons-lang&Bundle-Version=2.4
But it fails.