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
I just attempted to build the latest version of ncWMS from source, and the build failed with the following message:
[ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.5.0:java (generate-palettes) on project ncWMS: Execution generate-palettes of goal org.codehaus.mojo:exec-maven-plugin:1.5.0:java failed: Plugin org.codehaus.mojo:exec-maven-plugin:1.5.0 or one of its dependencies could not be resolved: Failure to find uk.ac.rdg.resc:edal-examples:jar:1.5.0 in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]
Thanks for pointing this one out. I'll need to fix this, but for now you can either removed lines 221-250 of pom.xml, or check out the EDAL code (https://github.com/Reading-eScience-Centre/edal-java/) and install it locally with mvn install.
I just attempted to build the latest version of ncWMS from source, and the build failed with the following message:
Specifically:
mvn clean install
The error is consistent with the comment
in the EDAL Usage document.
Suggestions?
The text was updated successfully, but these errors were encountered: