I was able to get the build working by changing the repository location in servicemix.xml under conf for maven to: <localRepository>c:/docume~1/user/.m2/repository</localRepository>
The error was caused by this line in AddFeaturesToRepoMojo: Repository repo = new Repository(URI.create(translateFromMaven(uri))); Looks like URI.create did not like spaces in the generated string. Thanks -- View this message in context: http://www.nabble.com/Problem-building-smx4-from-svn-tp20287263p20335985.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
