RMLio / RML-Processor

16 stars 13 forks source link

Build fails as dependencies are not in maven reposirory #10

Closed retog closed 7 years ago

retog commented 8 years ago

The following artifacts could not be resolved: be.ugent.mmlab.rml:RML-ConditionsHandler:jar:1.0, be.ugent.mmlab.rml:RML-MapDocHandler:jar:1.0, be.ugent.mmlab.rml:RML-LogicalSourceHandler:jar:1.0, be.ugent.mmlab.rml:RML-DataRetrievalHandler:jar:1.0, be.ugent.mmlab.rml:RML-MetadataHandler:jar:1.0: Could not find artifact be.ugent.mmlab.rml:RML-ConditionsHandler:jar:1.0

pelzerim commented 8 years ago

Try to clone this instead: https://github.com/RMLio/RML-Mapper (see closed issue https://github.com/RMLio/RML-Processor/issues/6 )

sztamas commented 7 years ago

I think it would be very helpful if you've added that note to the README file.

Otherwise, people will keep hitting the same problem, like I just did for example.

Thanks

bjdmeest commented 7 years ago

Updated at 1447f12

retog commented 7 years ago

@pelzerim having to build a reactor build makes sense when the dependencies are SNAPSHOT dependencies, but here the dependecies are relased dependecies according to their version identifier, so tthey should also be avaliable in the maven repository. That seems to be the whole point of having SNAPSHOT and non-SNAPSHOT dependencies.

sztamas commented 7 years ago

Thanks @bjdmeest