Skip to main content

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

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

Back to the top