Hi Rayees, As of now, "juniper-contrail-api:jar" is not placed in maven central repository. It must be downloaded from the repository "http://juniper.github.io/contrail-maven/releases". I assume that you tried to download it from the same repo as a 3rd party JAR and placed into your local repository.
Can you please list out the commands used for installing this 3rd JAR file? You can find the installation steps in the following document: http://maven.apache.org/guides/mini/guide-3rd-party-jars-local.html Also, please check if following files are downloaded into your ".m2" repository. .m2/repository/net/juniper/contrail/juniper-contrail-api/1.0-SNAPSHOT/juniper-contrail-api-1.0-20131001.003401-3.jar.sha1 .m2/repository/net/juniper/contrail/juniper-contrail-api/1.0-SNAPSHOT/maven-metadata-juniper-contrail.xml .m2/repository/net/juniper/contrail/juniper-contrail-api/1.0-SNAPSHOT/juniper-contrail-api-1.0-SNAPSHOT.pom.lastUpdated .m2/repository/net/juniper/contrail/juniper-contrail-api/1.0-SNAPSHOT/juniper-contrail-api-1.0-SNAPSHOT.jar .m2/repository/net/juniper/contrail/juniper-contrail-api/1.0-SNAPSHOT/juniper-contrail-api-1.0-SNAPSHOT.pom .m2/repository/net/juniper/contrail/juniper-contrail-api/1.0-SNAPSHOT/juniper-contrail-api-1.0-20131001.003401-3.pom .m2/repository/net/juniper/contrail/juniper-contrail-api/1.0-SNAPSHOT/maven-metadata-juniper-contrail.xml.sha1 .m2/repository/net/juniper/contrail/juniper-contrail-api/1.0-SNAPSHOT/juniper-contrail-api-1.0-20131001.003401-3.pom.sha1 .m2/repository/net/juniper/contrail/juniper-contrail-api/1.0-SNAPSHOT/juniper-contrail-api-1.0-20131001.003401-3.jar - Suresh From: Suresh Balineni <sbalin...@juniper.net<mailto:sbalin...@juniper.net>> Date: Friday, May 9, 2014 3:43 PM To: Sunil Bakhru <sbak...@juniper.net<mailto:sbak...@juniper.net>> Subject: Re: Cloudstack maven repo with sonatype nexus Hi Sunil, It looks like they are unable to download contrail-api.jar file. I will send an email to him to get more details about it. Thanks, Suresh From: Sunil Bakhru <sbak...@juniper.net<mailto:sbak...@juniper.net>> Date: Friday, May 9, 2014 3:40 PM To: Suresh Balineni <sbalin...@juniper.net<mailto:sbalin...@juniper.net>> Subject: FW: Cloudstack maven repo with sonatype nexus Did you get a chance to look at Rayee's problem ? I had sent you an email yesterday. Can you please reply to him directly? Sunil From: Rayees Namathponnan <rayees.namathpon...@citrix.com<mailto:rayees.namathpon...@citrix.com>> Date: Friday, May 9, 2014 3:33 PM To: Sunil Bakhru <sbak...@juniper.net<mailto:sbak...@juniper.net>> Cc: Parth Jagirdar <parth.jagir...@citrix.com<mailto:parth.jagir...@citrix.com>> Subject: RE: Cloudstack maven repo with sonatype nexus Hi Sunil, There are issue with “ASF Dev list mail”, we are not getting any mail from “dev@cloudstack.apache.org<mailto:dev@cloudstack.apache.org>” past 2 days. In case you have and update on this, can you please forward the mail to me. Regards, Rayees From: Rayees Namathponnan Sent: Thursday, May 08, 2014 12:27 PM To: 'Sunil Bakhru' Cc: Parth Jagirdar Subject: RE: Cloudstack maven repo with sonatype nexus Thanks a lot Sunil. Regards, Rayees From: Sunil Bakhru [mailto:sbak...@juniper.net] Sent: Thursday, May 08, 2014 10:56 AM To: Rayees Namathponnan Cc: Parth Jagirdar Subject: Re: Cloudstack maven repo with sonatype nexus Have asked my team to look and get back to you. You should get a response sometime today. Sunil From: Rayees Namathponnan <rayees.namathpon...@citrix.com<mailto:rayees.namathpon...@citrix.com>> Date: Thursday, May 8, 2014 12:17 AM To: Sunil Bakhru <sbak...@juniper.net<mailto:sbak...@juniper.net>> Cc: Parth Jagirdar <parth.jagir...@citrix.com<mailto:parth.jagir...@citrix.com>> Subject: RE: Cloudstack maven repo with sonatype nexus Hi Sunil, Do you have any idea about this ? Thanks in advance. Regards, Rayees From: Rayees Namathponnan Sent: Wednesday, May 07, 2014 6:33 PM To: dev@cloudstack.apache.org<mailto:dev@cloudstack.apache.org> Subject: Cloudstack maven repo with sonatype nexus Hi All, Any of you configured “sonatype nexus” with CloudStack for maven ? I tried to configure this, but hitting issues with Juniper-Contrail and midonet; both these jar files are not in maven central repo, then I tried to configure as “3rd party Repository”, but it doesn’t works. While building “plugins/network-elements/juniper-contrail” , maven unable to resolve dependency. [root@build-test2 juniper-contrail]# mvn install [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Apache CloudStack Plugin - Network Juniper Contrail 4.4.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [WARNING] The POM for net.juniper.contrail:juniper-contrail-api:jar:1.0-SNAPSHOT is missing, no dependency information available [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 6.833s [INFO] Finished at: Wed May 07 18:15:14 PDT 2014 [INFO] Final Memory: 8M/20M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal on project cloud-plugin-network-contrail: Could not resolve dependencies for project org.a pache.cloudstack:cloud-plugin-network-contrail:jar:4.4.0-SNAPSHOT: Failure to find net.juniper.contrail:juniper-contrail-api:jar:1.0-SNAPSHOT in http://10.223.xxx.xxx:8081/nexus/content/groups/public was cached in the local repository, resolu tion will not be reattempted until the update interval of nexus has elapsed or updates are forced -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. Regards, Rayees