Hello, I'm trying to build OpenIoT but without success. The error was:
Downloaded: https://repo.maven.apache.org/maven2/org/jboss/bom/jboss-javaee-6.0-with-hibernate/1.0.4.Final/jboss-javaee-6.0-with-hibernate-1.0.4.Final.pom (7 KB at 20.2 KB/sec)
[ERROR] The build could not read 4 projects -> [Help 1]
[ERROR]
[ERROR] The project org.openiot:ide.core:0.0.1 (/var/lib/jenkins/jobs/OpenIoT/workspace/ui/ide/ide.core/pom.xml) has 1 error
[ERROR] Non-resolvable parent POM: Could not find artifact org.openiot:openiot:pom:0.1-SNAPSHOT in prime-repo (http://repository.primefaces.org) and 'parent.relativePath' points at wrong local POM @ line 26, column 10 -> [Help 2]
[ERROR]
[ERROR] The project org.openiot:ui.requestCommons:0.0.1 (/var/lib/jenkins/jobs/OpenIoT/workspace/ui/ui.requestCommons/pom.xml) has 1 error
[ERROR] Non-resolvable parent POM: Could not find artifact org.openiot:openiot:pom:0.1-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 28, column 10 -> [Help 2]
[ERROR]
[ERROR] The project org.openiot:ui.requestDefinition:0.0.1 (/var/lib/jenkins/jobs/OpenIoT/workspace/ui/ui.requestDefinition/pom.xml) has 1 error
[ERROR] Non-resolvable parent POM: Failure to find org.openiot:openiot:pom:0.1-SNAPSHOT in http://repository.primefaces.org was cached in the local repository, resolution will not be reattempted until the update interval of prime-repo has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 28, column 10 -> [Help 2]
[ERROR]
[ERROR] The project org.openiot:ui.requestPresentation:0.0.1 (/var/lib/jenkins/jobs/OpenIoT/workspace/ui/ui.requestPresentation/pom.xml) has 1 error
[ERROR] Non-resolvable parent POM: Failure to find org.openiot:openiot:pom:0.1-SNAPSHOT in http://repository.primefaces.org was cached in the local repository, resolution will not be reattempted until the update interval of prime-repo has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 28, column 10 -> [Help 2]
[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/ProjectBuildingException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
Build step 'Invoke top-level Maven targets' marked build as failure
Finished: FAILURE
How can I fix?
ps.: Is this project still maintained?
Thanks!