[ 
https://issues.apache.org/jira/browse/JCLOUDS-92?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13667998#comment-13667998
 ] 

Andrew Phillips commented on JCLOUDS-92:
----------------------------------------

> It creates a lib with all the jars for all providers( I hope..)

Actually, it uses the jclouds-all aggregator POM [1] to determine the list of 
dependencies to download. This, by design, does not include and labs projects, 
which are considered experimental.

You should be able to add the RDS dependency explicitly by adding a line such as

<dependency groupId="org.jclouds.labs" artifactId="aws-rds" version="1.6.0" />

to your dependency specification.

I'll close this issue now as this is not a bug in the sense that RDS is not 
intended to be included in jclouds-all. If there are further questions about 
how to get this particular dependency please send an email to the users mailing 
list [2].

Thanks!

[1] https://github.com/jclouds/jclouds/blob/master/all/pom.xml
[2] http://incubator.apache.org/projects/jclouds.html
                
> Missing aws-rds-1.6.0.jar  when pulling fown all jars
> -----------------------------------------------------
>
>                 Key: JCLOUDS-92
>                 URL: https://issues.apache.org/jira/browse/JCLOUDS-92
>             Project: jclouds
>          Issue Type: Bug
>          Components: jclouds-labs-aws
>    Affects Versions: 1.6.0
>            Reporter: BK Lau
>
> When you use lien or ant tasks to pull down all  jcloud jars, 
> aws-rds-1.6.0.jar is notably missing.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to