Closed PissedCapslock closed 5 years ago
Thank you for reporting. We will do further investigation.
@keshav-nangare Can you please check if the dependencies are stored in Central Maven Repository [1]? If this is not the case, can you please search for a Maven repository storing such dependencies? This repository must be added to Maven Pom then.
@dstenger
I have tried to reproduce this issue on local machine by deleting the /.m2/repository
but build succeeded. Also tried on another machine Ubuntu and Mac os as well, still the build is successful and not able reproduce this issue.
There is no direct dependency in the ets-cat30 pom but ets has the geomatics-geotk
which required all above dependency.
If we see the geomatics-geotk
pom it has all above dependencies and geotoolkit
3.21 version is not in the central repository so the geomatics-geotk has added repository URL explicitly.
I will add this repository to ets-cat30 pom.
@dstenger
I have added a repository to pom which has the geotoolkit dependency with the version 3.21. This can fix this issue.
@PissedCapslock Can you check if you build the current master and close this issue if it works?
Indeed, works now. Thanks !
Running
mvn install
on a new machine results inLooking at the rest of the log, it shows the following 3 warnings:
Only way I found to fix this was copy all those files from the maven cache of another machine, and adding them on the new machine.