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

Got this after a pull on develop: (did you update develop?)

$ mvn install 
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[FATAL] Non-resolvable parent POM for org.eclipse.rdf4j:rdf4j-lucene-compliance:[unknown-version]: Could not find artifact org.eclipse.rdf4j:rdf4j-storage-compliance:pom:2.4-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 5, column 10
[WARNING] 'dependencyManagement.dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.assertj:assertj-core:jar -> version 3.9.1 vs 3.10.0 @ org.eclipse.rdf4j:rdf4j-storage-parent:2.5-SNAPSHOT, /Users/havardottestad/Documents/Programming/RDF4J/shacl/pom.xml, line 524, column 16
[WARNING] 'dependencyManagement.dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.assertj:assertj-core:jar -> version 3.9.1 vs 3.10.0 @ line 524, column 16
 @ 
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]   
[ERROR]   The project org.eclipse.rdf4j:rdf4j-lucene-compliance:[unknown-version] (/Users/havardottestad/Documents/Programming/RDF4J/shacl/compliance/lucene/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM for org.eclipse.rdf4j:rdf4j-lucene-compliance:[unknown-version]: Could not find artifact org.eclipse.rdf4j:rdf4j-storage-compliance:pom:2.4-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 5, column 10 -> [Help 2]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:


Håvard



On 12 Sep 2018, at 13:09, Jeen Broekstra <jeen.broekstra@xxxxxxxxx> wrote:

Should be fixed now. Let me know if you still have issues (took a while, sorry, I ran into some line-encoding issues - we still get the occassional windows line ending in our java files for some reason).

Jeen

On Wed, Sep 12, 2018 at 8:29 PM Håvard Ottestad <hmottestad@xxxxxxxxx> wrote:
Thanks Jeen.

Håvard

On 12 Sep 2018, at 12:26, Jeen Broekstra <jeen.broekstra@xxxxxxxxx> wrote:

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
_______________________________________________
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

_______________________________________________
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
_______________________________________________
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