Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [rdf4j-dev] Could not resolve dependencies for project org.eclipse.rdf4j:rdf4j-sail-api:jar:2.5-SNAPSHOT

No, you're quite right. Normally it should just pull these snapshots from the Sonatype repo. I've been messing about a bit with the pom structure and may have inadvertently caused you a problem here - it looks like the snapshot repo definition is missing from the rdf4j-storage root pom. I'll fix and also check the other poms.

Cheers,

Jeen

On Sun, Sep 9, 2018 at 4:16 AM Håvard Ottestad <hmottestad@xxxxxxxxx> wrote:
Hi,

After doing a pull from develop from rdf4j storage, I can no longer build the repo.

###########################
[ERROR] Failed to execute goal on project rdf4j-sail-api: Could not resolve dependencies for project org.eclipse.rdf4j:rdf4j-sail-api:jar:2.5-SNAPSHOT: The following artifacts could not be resolved: org.eclipse.rdf4j:rdf4j-query:jar:2.5-SNAPSHOT, org.eclipse.rdf4j:rdf4j-queryalgebra-model:jar:2.5-SNAPSHOT, org.eclipse.rdf4j:rdf4j-model:jar:2.5-SNAPSHOT, org.eclipse.rdf4j:rdf4j-util:jar:2.5-SNAPSHOT: Could not find artifact org.eclipse.rdf4j:rdf4j-query:jar:2.5-SNAPSHOT -> [Help 1]
###########################

I guess this means that I need to download the other rdf4j repos and build those first. However I feel that that negates any benefits of having multiple repos - eg. if you can work on one without knowing about the others.

Or it could just be me missing something….wouldn’t be the first time. Any pointers would be appreciated.

Cheers,
Håvard M. Ottestad

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

Back to the top