I have previously built the snap-desktop and snap-engine from source as per these instructions, and am now building the sen2coral-box from source.
As I understand, the installation accesses a repository to complete the build. On April 10th, the link to this repository changed (see blogpost). As far I can tell, the Sen2Coral build script does not point to this new URL. This results in the following error. The URL in this error is the URL to the old nexus repository, hence the failed validity check.
Failed to execute goal on project sen2coral-algorithms: Could not resolve dependencies for project org.esa.sen2coral:sen2coral-algorithms:nbm:1.0.0: Failed to collect dependencies at org.esa.snap:ceres-core:jar:9.0.0-SNAPSHOT: Failed to read artifact descriptor for org.esa.snap:ceres-core:jar:9.0.0-SNAPSHOT: The following artifacts could not be resolved: org.esa.snap:ceres-core:pom:9.0.0-SNAPSHOT (absent): Could not transfer artifact org.esa.snap:ceres-core:pom:9.0.0-SNAPSHOT from/to snap-repo-public (https://snap-build-server.tilaa.cloud/nexus/repository/snap-maven-public/): sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failed:
Is there any guidance on how to update the build script with the URL to the new repository? Any other information would be really appreciated. Thanks