You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to run build-and-test.sh I get many, many errors similar to:
Downloading from my-local-repo: file:///Users/ravn/git/jdeploy/cli/../maven-repository/ca/weblite/jdeploy/image4j/0.7.2/image4j-0.7.2.pom
[WARNING] Could not validate integrity of download from file:///Users/ravn/git/jdeploy/cli/../maven-repository/ca/weblite/jdeploy/image4j/0.7.2/image4j-0.7.2.pom
org.eclipse.aether.transfer.ChecksumFailureException: Checksum validation failed, no checksums available
at org.eclipse.aether.internal.impl.AbstractChecksumPolicy.onNoMoreChecksums (AbstractChecksumPolicy.java:64)
I understand why there is a local cache of artifacts (I did similar work some years back) but this might need to be revisited. Do these have any special changes or are you just providing copies of artifacts not present in Maven Central?
The text was updated successfully, but these errors were encountered:
Trying to run
build-and-test.sh
I get many, many errors similar to:I understand why there is a local cache of artifacts (I did similar work some years back) but this might need to be revisited. Do these have any special changes or are you just providing copies of artifacts not present in Maven Central?
The text was updated successfully, but these errors were encountered: