Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[geomesa-dev] Problem building quickstart tutorial code

Hello,

  I have Accumulo 1.5 running on a HortonWorks 2.2 Sandbox. I believe the install of GeoMesa 1.0.0-rc.7 worked properly. I'm trying to run the maven build for the tutorial according to the quickstart. I tried with the plain pom.xml and with the pom.xml updated with the proper GeoMesa version. It looks like it can't find the resources it needs.

  Any ideas?

Thanks,

Scott

[INFO] ------------------------------------------------------------------------
[INFO] Building geomesa-quickstart 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: http://download.osgeo.org/webdav/geotools/org/locationtech/geomesa/geomesa-core-accumulo1.5/1.0.0-rc.7/geomesa-core-accumulo1.5-1.0.0-rc.7.pom
Downloading: https://repo.maven.apache.org/maven2/org/locationtech/geomesa/geomesa-core-accumulo1.5/1.0.0-rc.7/geomesa-core-accumulo1.5-1.0.0-rc.7.pom
[WARNING] The POM for org.locationtech.geomesa:geomesa-core-accumulo1.5:jar:1.0.0-rc.7 is missing, no dependency information available
Downloading: http://download.osgeo.org/webdav/geotools/org/locationtech/geomesa/geomesa-utils-accumulo1.5/1.0.0-rc.7/geomesa-utils-accumulo1.5-1.0.0-rc.7.pom
Downloading: https://repo.maven.apache.org/maven2/org/locationtech/geomesa/geomesa-utils-accumulo1.5/1.0.0-rc.7/geomesa-utils-accumulo1.5-1.0.0-rc.7.pom
[WARNING] The POM for org.locationtech.geomesa:geomesa-utils-accumulo1.5:jar:1.0.0-rc.7 is missing, no dependency information available
Downloading: http://download.osgeo.org/webdav/geotools/org/locationtech/geomesa/geomesa-core-accumulo1.5/1.0.0-rc.7/geomesa-core-accumulo1.5-1.0.0-rc.7.jar
Downloading: http://download.osgeo.org/webdav/geotools/org/locationtech/geomesa/geomesa-utils-accumulo1.5/1.0.0-rc.7/geomesa-utils-accumulo1.5-1.0.0-rc.7.jar
Downloading: https://repo.maven.apache.org/maven2/org/locationtech/geomesa/geomesa-core-accumulo1.5/1.0.0-rc.7/geomesa-core-accumulo1.5-1.0.0-rc.7.jar
Downloading: https://repo.maven.apache.org/maven2/org/locationtech/geomesa/geomesa-utils-accumulo1.5/1.0.0-rc.7/geomesa-utils-accumulo1.5-1.0.0-rc.7.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 24.311 s
[INFO] Finished at: 2015-06-19T20:32:35+00:00
[INFO] Final Memory: 12M/113M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project geomesa-quickstart: Could not resolve dependencies for project groupId:geomesa-quickstart:jar:1.0-SNAPSHOT: The following artifacts could not be resolved: org.locationtech.geomesa:geomesa-core-accumulo1.5:jar:1.0.0-rc.7, org.locationtech.geomesa:geomesa-utils-accumulo1.5:jar:1.0.0-rc.7: Could not find artifact org.locationtech.geomesa:geomesa-core-accumulo1.5:jar:1.0.0-rc.7 in geotools (http://download.osgeo.org/webdav/geotools) -> [Help 1]


Back to the top