Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [kura-dev] Building target-platform results in peer not authenticated

Hello Chan,

I reverted a few changes we were making on the develop branch, so give it another try. I am concerned that you can’t download artifacts from the Github repo as this could cause problems elsewhere in the build. Let me know if you continue to see problems.

Thanks,
—Dave

On Sep 3, 2014, at 10:43 AM, Chan <dulitha@xxxxxxxx> wrote:

Hi guys,
I am following the kura guide [1]. I am getting a maven build time error for building target-platform. Below is the error -

Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:2.1:copy (copy-bundles-for-publishing) on project p2-repo-common: Unable to resolve artifact. Could not transfer artifact org.eclipse.paho:org.eclipse.paho.client.mqttv3:jar:1.0.0 from/to kura_addons (https://raw.github.com/eurotech/kura_addons/mvn-repo/): peer not authenticated

Tried using below as well to ignore ssl all together but seems like it's not working too. 

mvn clean install -Dmaven.wagon.http.ssl.insecure=true -Dmaven.wagon.http.ssl.allowall=true  

Cheers~


--
Chan (Dulitha Wijewantha) 
Software Engineer - Mobile Development
WSO2 Inc
Lean.Enterprise.Mobileware
  ~Email       dulitha@xxxxxxxx
  ~Mobile     +94712112165
  ~Website   dulitha.me
  ~Twitter     @dulitharw
  ~Github     @dulichan
  ~SO     @chan
_______________________________________________
kura-dev mailing list
kura-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/kura-dev


Back to the top