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 try to rebuild the .jar for MATSim Los Angeles scenario but with mvn clean package I have the following error : [ERROR] Failed to execute goal on project matsim-los-angeles: Could not resolve dependencies for project com.github.matsim-scenarios:matsim-los-angeles:jar:v1.1: Failed to collect dependencies at com.github.matsim-vsp:drt-speed-up:jar:v0.0.3 -> org.matsim:matsim:jar:12.0-2020w15-SNAPSHOT: Failed to read artifact descriptor for org.matsim:matsim:jar:12.0-2020w15-SNAPSHOT: The following artifacts could not be resolved: org.matsim:matsim:pom:12.0-2020w15-SNAPSHOT (absent): Could not transfer artifact org.matsim:matsim:pom:12.0-2020w15-SNAPSHOT from/to maven-default-http-blocker (http://0.0.0.0/): Blocked mirror for repositories: [ojo-snapshots (http://oss.jfrog.org/libs-snapshot, default, releases+snapshots)] -> [Help 1]
Please can you tell me how to overcome that ?
The text was updated successfully, but these errors were encountered:
The project refers to MATSim 12.0-2020w15-SNAPSHOT, which is more than 3 years old. Also, it points to the old Maven-Repository at jfrog, which got shut down. MATSim has since its own Maven-repository, but this does not go back so far in time for the SNAPSHOT releases.
Hello,
I try to rebuild the .jar for MATSim Los Angeles scenario but with
mvn clean package
I have the following error :[ERROR] Failed to execute goal on project matsim-los-angeles: Could not resolve dependencies for project com.github.matsim-scenarios:matsim-los-angeles:jar:v1.1: Failed to collect dependencies at com.github.matsim-vsp:drt-speed-up:jar:v0.0.3 -> org.matsim:matsim:jar:12.0-2020w15-SNAPSHOT: Failed to read artifact descriptor for org.matsim:matsim:jar:12.0-2020w15-SNAPSHOT: The following artifacts could not be resolved: org.matsim:matsim:pom:12.0-2020w15-SNAPSHOT (absent): Could not transfer artifact org.matsim:matsim:pom:12.0-2020w15-SNAPSHOT from/to maven-default-http-blocker (http://0.0.0.0/): Blocked mirror for repositories: [ojo-snapshots (http://oss.jfrog.org/libs-snapshot, default, releases+snapshots)] -> [Help 1]
Please can you tell me how to overcome that ?
The text was updated successfully, but these errors were encountered: