locationtech / geowave

GeoWave provides geospatial and temporal indexing on top of Accumulo, HBase, BigTable, Cassandra, Kudu, Redis, RocksDB, and DynamoDB.
Apache License 2.0
502 stars 190 forks source link

Unable to build Java API Examples on Linux #1755

Closed jay-sridharan closed 3 years ago

jay-sridharan commented 4 years ago

Running mvn clean install on the examples directory gives me:

[ERROR] Failed to execute goal on project geowave-example: Could not resolve dependencies for project org.locationtech.geowave:geowave-example:jar:1.1.0: Failed to collect dependencies at org.apache.spark:spark-core_2.11:jar:2.3.1 -> net.java.dev.jets3t:jets3t:jar:0.9.4 -> commons-codec:commons-codec:jar:1.15-SNAPSHOT: Failed to read artifact descriptor for commons-codec:commons-codec:jar:1.15-SNAPSHOT: Could not transfer artifact commons-codec:commons-codec:pom:1.15-SNAPSHOT from/to boundlessgeo (http://repo.boundlessgeo.com/main): repo.boundlessgeo.com: Unknown host repo.boundlessgeo.com -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal on project geowave-example: Could not resolve dependencies for project org.locationtech.geowave:geowave-example:jar:1.1.0: Failed to collect dependencies at org.apache.spark:spark-core_2.11:jar:2.3.1 -> net.java.dev.jets3t:jets3t:jar:0.9.4 -> commons-codec:commons-codec:jar:1.15-SNAPSHOT

Seems like repo.boundlessgeo.com does not exist. Is there something I'm doing incorrectly?

jdgarrett commented 3 years ago

Sorry for this delayed response, but this issue was addressed as part of the 1.2.0 release. The repo.boundlessgeo.com repository was replaced with repo.osgeo.org.