I'm using the features-maven-plugin included in Apache Felix. It in turn uses "pax-url-mvn" (version 1.1.2) to enable the protocol "mvn:".
This works fine in maven 2.2.1 and also in maven 3.0-alpha-7. However, with everything else the same, it fails under maven 3.0-beta-1. I get "java.net.MalformedURLException: unknown protocol: null" This happens in a call to "uri.toURL()" where the uri is created from the string: "mvn:org.apache.felix.karaf/apache-felix-karaf/1.4.0/xml/features" It seems that the combination of pax-url-mvn and and maven 3.0-beta-1 does not work. Has anyone got any ideas as to what is wrong and possibly a workaround? /Bengt --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
