Skip to content

Instantly share code, notes, and snippets.

@fomkin
Created February 13, 2020 08:08
Show Gist options
  • Save fomkin/a26aefc59eaca1148dfed3719a8144f0 to your computer and use it in GitHub Desktop.
Save fomkin/a26aefc59eaca1148dfed3719a8144f0 to your computer and use it in GitHub Desktop.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] MXNet Scala Package - Parent INTERNAL .............. SUCCESS [ 1.705 s]
[INFO] MXNet Scala Package - Initializer INTERNAL ......... SUCCESS [ 6.930 s]
[INFO] MXNet Scala Package - Initializer Native INTERNAL .. SUCCESS [ 0.740 s]
[INFO] MXNet Scala Package - Macros INTERNAL .............. SUCCESS [ 15.586 s]
[INFO] MXNet Scala Package - Native INTERNAL .............. SUCCESS [ 2.960 s]
[INFO] MXNet Scala Package - Core INTERNAL ................ SUCCESS [ 57.699 s]
[INFO] MXNet Scala Package - Inference INTERNAL ........... SUCCESS [ 15.984 s]
[INFO] Assembly Scala Package INTERNAL .................... FAILURE [ 0.792 s]
[INFO] MXNet Scala Package - Full linux-x86_64-only 1.6.0-SNAPSHOT SKIPPED
[INFO] MXNet Scala Package - Full linux-x86_64-only 1.6.0-SNAPSHOT SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:42 min
[INFO] Finished at: 2020-02-13T11:06:57+03:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-remote-resources-plugin:1.5:process (process-resource-bundles) on project mxnet-full: Failed to resolve dependencies for one or more projects in the reactor. Reason: Missing:
[ERROR] ----------
[ERROR] 1) org.scala-lang.modules:scala-xml_:jar:${scala-xml.version}
[ERROR]
[ERROR] Try downloading the file manually from the project website.
[ERROR]
[ERROR] Then, install it using the command:
[ERROR] mvn install:install-file -DgroupId=org.scala-lang.modules -DartifactId=scala-xml_ -Dversion=${scala-xml.version} -Dpackaging=jar -Dfile=/path/to/file
[ERROR]
[ERROR] Alternatively, if you host your own repository you can deploy the file there:
[ERROR] mvn deploy:deploy-file -DgroupId=org.scala-lang.modules -DartifactId=scala-xml_ -Dversion=${scala-xml.version} -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
[ERROR]
[ERROR] Path to dependency:
[ERROR] 1) org.apache.mxnet:mxnet-full:pom:INTERNAL
[ERROR] 2) org.apache.mxnet:mxnet-core:jar:INTERNAL
[ERROR] 3) org.scala-lang.modules:scala-xml_:jar:${scala-xml.version}
[ERROR]
[ERROR] 2) org.scala-lang.modules:scala-parser-combinators_:jar:${parser-combinators.version}
[ERROR]
[ERROR] Try downloading the file manually from the project website.
[ERROR]
[ERROR] Then, install it using the command:
[ERROR] mvn install:install-file -DgroupId=org.scala-lang.modules -DartifactId=scala-parser-combinators_ -Dversion=${parser-combinators.version} -Dpackaging=jar -Dfile=/path/to/file
[ERROR]
[ERROR] Alternatively, if you host your own repository you can deploy the file there:
[ERROR] mvn deploy:deploy-file -DgroupId=org.scala-lang.modules -DartifactId=scala-parser-combinators_ -Dversion=${parser-combinators.version} -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
[ERROR]
[ERROR] Path to dependency:
[ERROR] 1) org.apache.mxnet:mxnet-full:pom:INTERNAL
[ERROR] 2) org.apache.mxnet:mxnet-core:jar:INTERNAL
[ERROR] 3) org.scala-lang.modules:scala-parser-combinators_:jar:${parser-combinators.version}
[ERROR]
[ERROR] ----------
[ERROR] 2 required artifacts are missing.
[ERROR]
[ERROR] for artifact:
[ERROR] org.apache.mxnet:mxnet-full:pom:INTERNAL
[ERROR]
[ERROR] from the specified remote repositories:
[ERROR] apache.snapshots (https://repository.apache.org/snapshots, releases=false, snapshots=true),
[ERROR] central (https://repo.maven.apache.org/maven2, releases=true, snapshots=false)
[ERROR]
[ERROR] -> [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/MojoExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :mxnet-full
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment