Hi Jeffry, Hm... we are getting the jclouds dependencies direcrly from maven central repo. But I am not sure why the jar name is changed though.
Anyway, I think you can simply rename the jar and patch it by adding it to repository/components/patches directory of CC. On Mar 5, 2014 7:02 AM, "Jeffrey Nguyen (jeffrngu)" <[email protected]> wrote: > Hi Devs, > > This is probably a maven related question: I'm currently working on an > enhancement to that allows me to attach fixed private IP addresses when > launching a cartridge. This enhancement requires changes to both Stratos > CC and jClouds API. > > The question is in Stratos CC, the dependent jClouds jar files have > underscores (_) in their names [1] whereas when I built jClouds project, > the same jar files [2] use hyphens (-) instead. > > How do I deploy these new jClouds jar files into CC? Do I simply > rename them to use underscores (_)? > > Thanks, > -Jeffrey > > *[1] Stratos:* > > /opt/wso2/apache-stratos-cc-4.0.0-SNAPSHOT/repository/components/plugins/jclouds-netty > *_*1.7.1.jar > > /opt/wso2/apache-stratos-cc-4.0.0-SNAPSHOT/repository/components/plugins/jclouds-sshj > *_*1.7.1.jar > > /opt/wso2/apache-stratos-cc-4.0.0-SNAPSHOT/repository/components/plugins/jclouds-core_1.7.1.jar > > /opt/wso2/apache-stratos-cc-4.0.0-SNAPSHOT/repository/components/plugins/jclouds-enterprise_1.7.1.jar > > /opt/wso2/apache-stratos-cc-4.0.0-SNAPSHOT/repository/components/plugins/jclouds-compute_1.7.1.jar > > /opt/wso2/apache-stratos-cc-4.0.0-SNAPSHOT/repository/components/plugins/jclouds-joda_1.7.1.jar > > /opt/wso2/apache-stratos-cc-4.0.0-SNAPSHOT/repository/components/plugins/jclouds-bouncycastle_1.7.1.jar > > /opt/wso2/apache-stratos-cc-4.0.0-SNAPSHOT/repository/components/plugins/jclouds-scriptbuilder_1.7.1.jar > > /opt/wso2/apache-stratos-cc-4.0.0-SNAPSHOT/repository/components/plugins/jclouds-slf4j_1.7.1.jar > > > *[2] jClouds:* > compute/target/jclouds-compute*-*1.7.1.jar > >
