Hi Paolo,
GCE is still on labs [1]. Latest 1.7.2 supports it [2] but you need to
add the dependency explicitly to you pom.xml
<dependency>
<groupId>org.apache.jclouds.labs</groupId>
<artifactId>google-compute-engine</artifactId>
<version>1.7.2</version>
</dependency>
It would be nice if you could give it a try and report your experience
so that we can improve it and possibly promote out of labs.
Notice that there are also a couple of PR opened [3] that may address
comments that you could potentially have.
HTH,
Andrea
[1]: https://github.com/jclouds/jclouds-labs-google
[2]:
http://search.maven.org/remotecontent?filepath=org/apache/jclouds/labs/google-compute-engine/1.7.2/google-compute-engine-1.7.2.pom
[3]: https://github.com/jclouds/jclouds-labs-google/pulls
On Sat, Apr 19, 2014 at 9:58 AM, Paolo Di Tommaso
<[email protected]> wrote:
> Dear all,
>
> Is Jclouds 1.7.x proving support for Google GCE cloud platform?
>
>
>
> Cheers,
> Paolo