> @@ -41,7 +41,7 @@ Likewise you can go to the [Rackspace Cloud > (UK)](https://buyonline.rackspace.co > * `mkdir jclouds` > * `cd jclouds` > 1. Make a local copy of this > [pom.xml](https://github.com/jclouds/jclouds-examples/blob/master/rackspace/pom.xml) > file in the jclouds directory. > - * mvn dependency:copy-dependencies "-DoutputDirectory=./lib" > + * `mvn dependency:copy-dependencies "-DoutputDirectory=./lib"`
Just out of curiosity, why the quotes around the argument? If it's because of the `.`, how about just `-DoutputDirectory="./lib"`? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-site/pull/73/files#r11414270
