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?
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.
Running
mvn clean install
on the examples directory gives me:Seems like
repo.boundlessgeo.com
does not exist. Is there something I'm doing incorrectly?