sonos-java icon indicating copy to clipboard operation
sonos-java copied to clipboard

Unable to build: Could not find artifact org.tensin.sonos:sonos-root:pom:1.0.0-SNAPSHOT

Open JeremyLaurenson opened this issue 12 years ago • 0 comments

I am seeing the following two problems building from a clean maven/sonos-java set:

(Building inside sonos-root)

Server:sonos-root jeremylaurenson$ mvn -V Apache Maven 3.0.3 (r1075438; 2011-02-28 12:31:09-0500) Maven home: /usr/share/maven Java version: 1.6.0_51, vendor: Apple Inc. Java home: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home Default locale: en_US, platform encoding: MacRoman OS name: "mac os x", version: "10.8.4", arch: "x86_64", family: "mac"

Server:sonos-root jeremylaurenson$ pwd /Volumes/Data/Scripts/sonos-java-master/sonos-root Server:sonos-root jeremylaurenson$ mvn clean install -Dmaven.test.skip=true [INFO] Scanning for projects... [ERROR] The build could not read 2 projects -> [Help 1] [ERROR]
[ERROR] The project org.tensin.sonos:sonos-java:1.0.0-SNAPSHOT (/Volumes/Data/Scripts/sonos-java-master/sonos-java/pom.xml) has 1 error [ERROR] Non-resolvable parent POM: Could not find artifact org.tensin.sonos:sonos-root:pom:1.0.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 6, column 10 -> [Help 2] [ERROR]
[ERROR] The project org.tensin.sonos:sonos-web:1.0.0-SNAPSHOT (/Volumes/Data/Scripts/sonos-java-master/sonos-web/pom.xml) has 1 error [ERROR] Non-resolvable parent POM: Failure to find org.tensin.sonos:sonos-root:pom:1.0.0-SNAPSHOT in http://maven.vaadin.com/vaadin-addons was cached in the local repository, resolution will not be reattempted until the update interval of vaadin-addons has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 13, 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

JeremyLaurenson avatar Jul 12 '13 13:07 JeremyLaurenson