Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cbi-dev] Nexus/Maven issue at LocationTech

I wasn't able to reproduce the problem with org.locationtech.geomesa:geomesa-core-accumulo1.5:jar:1.0.0-SNAPSHOT using the wip_repo branch. I left some comments in the bug. One thing I had to do was comment out the geotools dependencies since those jars are not available on Maven Central or LocationTech.

Are you seeing this from Hudson or elsewhere?

Regards,

Thanh

On Fri, Dec 5, 2014 at 10:41 AM, Jim Hughes <jnh5y@xxxxxxxx> wrote:
Hi all,

Is there anyone who can help with this?

Thanks,

Jim


On 12/02/2014 02:50 PM, Denis Roy wrote:
Hello,

If anyone with Maven/Nexus knowledge feels like helping out the LocationTech group, please have a look at this bug:

https://locationtech.org/bugs/show_bug.cgi?id=36

We have encountered failures while trying to use the Location Tech repos detailed at https://locationtech.org/wiki/The_Nexus#Published_Repositories.

As a concrete example, we have a GeoMesa 'QuickStart' project, and I've cooked up a branch with the LT repo specified in the pom. https://github.com/geomesa/geomesa-quickstart/tree/wip_repo

When trying to do a 'mvn clean install', we see errors indicating that Maven isn't able to communicate correctly with the LT Nexus. I've attached the output of 'mvn clean install -X -U' with that branch.

[ERROR] Failed to execute goal on project geomesa-quickstart: Could not resolve dependencies for project groupId:geomesa-quickstart:jar:1.0-SNAPSHOT: Could not find artifact org.locationtech.geomesa:geomesa-core-accumulo1.5:jar:1.0.0-SNAPSHOT in geotools (http://download.osgeo.org/webdav/geotools) -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal on project geomesa-quickstart: Could not resolve dependencies for project groupId:geomesa-quickstart:jar:1.0-SNAPSHOT: Could not find artifact org.locationtech.geomesa:geomesa-core-accumulo1.5:jar:1.0.0-SNAPSHOT in geotools (http://download.osgeo.org/webdav/geotools)


Thanks!

Denis
_______________________________________________
cbi-dev mailing list
cbi-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/cbi-dev

_______________________________________________
cbi-dev mailing list
cbi-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/cbi-dev


Back to the top