-
Notifications
You must be signed in to change notification settings - Fork 35
Description
Maven build is getting failed while trying to download dependencies markdown_to_asciidoc and paleo-core as these packages are moved from maven central repository.
Please provide suggestions in resolving this issue.
Downloaded from jcenter-releases: https://jcenter.bintray.com/ch/qos/logback/logback-core/1.1.3/logback-core-1.1.3.jar (455 kB at 348 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/ch/netzwerg/paleo-core/0.11.0/paleo-core-0.11.0.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 22.401 s
[INFO] Finished at: 2024-09-17T09:53:28Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project swagger2markup-maven-plugin: Could not resolve dependencies for project io.github.swagger2markup:swagger2markup-maven-plugin:maven-plugin:1.3.5-SNAPSHOT: The following artifacts could not be resolved: nl.jworks.markdown_to_asciidoc:markdown_to_asciidoc:jar:1.0, ch.netzwerg:paleo-core:jar:0.11.0: Could not find artifact nl.jworks.markdown_to_asciidoc:markdown_to_asciidoc:jar:1.0 in jcenter-snapshots (https://oss.jfrog.org/artifactory/oss-snapshot-local/) -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
root@576eb4c35f51:/go/src/fccservice/new_swagger/swagger2markup-maven-plugin#