Yes, or I think so (cause I've just started using maven only few days ago).
Ah, OK. Yes, in your Maven setup you don't need the
"copy-dependencies" stuff - that's only required if you only want to
use Maven *once* to get all the required JARs, and then build the
project *without* using Maven.
An example of this approach is well documented in the Rackspace examples:
https://github.com/jclouds/jclouds-examples/tree/master/rackspace
If you *are* interested in using Maven for your build, I'd first of
all recommend that you have a look at one of the Maven guides out
there [1, 2, 3]. Then, you might want to continue with the
'compute-basics' example and its POM [4]. Obviously, you'll want to
modify the code in the example's MainApp to use OpenStack.
Hope this helps!
ap
[1] http://books.sonatype.com/mvnex-book/reference/public-book.html
[2] http://maven.apache.org/guides/getting-started/index.html
[3] http://spring.io/guides/gs/maven/
[4]
https://github.com/jclouds/jclouds-examples/blob/master/compute-basics/pom.xml