On Thu, Jul 31, 2014 at 3:31 PM, Werner Keil <[email protected]> wrote: > ...you must check out > the entire "java" hierarchy and build the parent POM at least once...
I tried that from the top level of a https://svn.apache.org/repos/asf/incubator/devicemap/trunk checkout and it didn't work for me, starting with an empty local Maven repository, see below. I would suggest changing that dependency to a snapshot for now, so that the build is self-contained and tests the latest stuff. $ rm -rf ~/.m2/repository/org/apache/devicemap/ $ mvn clean install [ERROR] Failed to execute goal on project devicemap-simpleddr: Could not resolve dependencies for project org.apache.devicemap:devicemap-simpleddr:jar:1.0.0: Could not find artifact org.apache.devicemap:devicemap-test-data:jar:1.0.0 in central (http://repo.maven.apache.org/maven2) -> [Help 1] -Bertrand
