Dear Readers,
I have downloaded the zip file v0.6.1 for VirtualBox which I have installed and is up and running.
While following the VirtualBox setup guide I have encounter an issue at step 11 "Deploy the code into Maven Repo"
the output is the following:
openiot@openiot-vdk-v2:/media/openiot/openiot-code/modules/lsm-light/lsm-light.client$ mvn install[INFO] Scanning for projects...[INFO] [INFO] ------------------------------------------------------------------------[INFO] Building OpenIoT LSM-light Client 0.0.1[INFO] ------------------------------------------------------------------------[INFO] ------------------------------------------------------------------------[INFO] BUILD FAILURE[INFO] ------------------------------------------------------------------------[INFO] Total time: 3.504s[INFO] Finished at: Thu Nov 05 06:45:39 EST 2015[INFO] Final Memory: 7M/30M[INFO] ------------------------------------------------------------------------[ERROR] Failed to execute goal on project lsm-light.client: Could not resolve dependencies for project org.openiot:lsm-light.client:jar:0.0.1: Failed to collect dependencies for [org.eclipse.persistence:eclipselink:jar:2.5.0 (compile), com.hp.hpl.jena:jena:jar:2.6.4 (compile), com.hp.hpl.jena:arq:jar:2.8.3 (compile), dom4j:dom4j:jar:1.6.1 (compile), ch.qos.logback:logback-classic:jar:1.1.3 (compile), org.slf4j:slf4j-api:jar:1.7.12 (compile), org.slf4j:log4j-over-slf4j:jar:1.7.12 (compile), org.jasig.cas:cas-server-support-oauth:jar:3.5.2 (compile), javax.servlet:javax.servlet-api:jar:3.0.1 (compile), junit:junit:jar:4.11 (test), org.openiot:utils.commons:jar:0.0.1 (compile), org.openiot:security.client:jar:0.0.1-SNAPSHOT (compile)]: Failed to read artifact descriptor for org.openiot:utils.commons:jar:0.0.1: Could not find artifact org.openiot:openiot:pom:0.2-SNAPSHOT -> [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.[ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles:[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
Anyone can provide me with a solution please?