> +<dependency>
> +     <groupId>org.apache.jclouds</groupId>
> +     <artifactId>jclouds-all</artifactId>
> +     <version>1.8.0</version>
> +</dependency>
> +<dependency>
> +     <groupId>org.apache.jclouds.driver</groupId>
> +     <artifactId>jclouds-log4j</artifactId>
> +     <version>1.8.0</version>
> +</dependency>
> +<dependency>
> +     <groupId>org.apache.jclouds.driver</groupId>
> +     <artifactId>jclouds-sshj</artifactId>
> +     <version>1.8.0</version>
> +</dependency>
> +* Note - make sure that the dependency is 'JAR'

Makes sense :)

(Y)

On Sep 30, 2014, at 10:07 PM, Andrew Phillips <[email protected]> wrote:

> In guides/aws.md:
> 
> > +<dependency>
> > +   <groupId>org.apache.jclouds</groupId>
> > +   <artifactId>jclouds-all</artifactId>
> > +   <version>1.8.0</version>
> > +</dependency>
> > +<dependency>
> > +   <groupId>org.apache.jclouds.driver</groupId>
> > +   <artifactId>jclouds-log4j</artifactId>
> > +   <version>1.8.0</version>
> > +</dependency>
> > +<dependency>
> > +   <groupId>org.apache.jclouds.driver</groupId>
> > +   <artifactId>jclouds-sshj</artifactId>
> > +   <version>1.8.0</version>
> > +</dependency>
> > +* Note - make sure that the dependency is 'JAR'
> All in all, this process that may seem like basic maven, is pretty annoying. 
> For your consideration.
> 
> Thanks! That certainly helps. The goal indeed should be (in my opinion, of 
> course), to make the barrier to entry as low as possible...and if finding 
> dependencies and getting the right dep type is non-trivial, we should 
> certainly help users.
> 
> I can imagine a "Getting Started with jclouds and Maven" and/or "Getting 
> Started with jclouds and Eclipse" guide somewhere, with tips such as setting 
> the artifact type to bundle, and things like "how to choose drivers for 
> logging and SSH" or so. The individual API/provider guides would then list 
> the GAVs of the dependencies required for that particular API/provider.
> 
> —
> Reply to this email directly or view it on GitHub.
> 

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-site/pull/129/files#r18261564

Reply via email to