Skip to content

Instantly share code, notes, and snippets.

@enebo

enebo/error.txt Secret

Created September 13, 2021 15:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save enebo/17ac31f0e2a9881e5b782f090d4028d8 to your computer and use it in GitHub Desktop.
Save enebo/17ac31f0e2a9881e5b782f090d4028d8 to your computer and use it in GitHub Desktop.
[INFO] --- maven-javadoc-plugin:2.7:jar (attach-javadocs) @ jruby-complete ---
[INFO]
[INFO] --- checksum-maven-plugin:1.2:artifacts (default) @ jruby-complete ---
[INFO] jruby-complete-9.3.0.0.jar - SHA-256 : 431208914b5e3168e186ccbbc3ee710002d1f10acdc2166b0ee4daa902d2d9e7
[INFO] jruby-complete-9.3.0.0.jar - SHA-512 : 5f6ef328c49ee25d2c6001d5c304132b6925adbc5f1759780d34644700c85aa83d4ec82d5fc44a804f55b33aa0824681f6027bf8019dcc4446c793de42331ee0
[INFO]
[INFO] --- maven-dependency-plugin:2.8:copy (copy javadocs and sources from jruby-core) @ jruby-complete ---
[INFO] Configured Artifact: org.jruby:jruby-core:sources:9.3.0.0:jar
Downloading from central: https://repo.maven.apache.org/maven2/org/jruby/jruby-core/9.3.0.0/jruby-core-9.3.0.0-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for JRuby 9.3.0.0:
[INFO]
[INFO] JRuby .............................................. SUCCESS [01:05 min]
[INFO] JRuby Base ......................................... SUCCESS [02:57 min]
[INFO] JRuby Core ......................................... SUCCESS [ 15.349 s]
[INFO] JRuby Lib Setup .................................... SUCCESS [ 48.371 s]
[INFO] JRuby Artifacts .................................... SUCCESS [ 1.388 s]
[INFO] JRuby Main Maven Artifact .......................... SUCCESS [ 7.003 s]
[INFO] JRuby Complete ..................................... FAILURE [ 5.025 s]
[INFO] JRuby Dist ......................................... SKIPPED
[INFO] JRuby Jars Gem ..................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 05:26 min
[INFO] Finished at: 2021-09-13T10:35:44-05:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:2.8:copy (copy javadocs and sources from jruby-core) on project jruby-complete: Unable to find artifact.: Could not find artifact org.jruby:jruby-core:jar:sources:9.3.0.0 in central (https://repo.maven.apache.org/maven2)
[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.jruby -DartifactId=jruby-core -Dversion=9.3.0.0 -Dclassifier=sources -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.jruby -DartifactId=jruby-core -Dversion=9.3.0.0 -Dclassifier=sources -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
[ERROR]
[ERROR]
[ERROR] org.jruby:jruby-core:jar:9.3.0.0
[ERROR]
[ERROR] from the specified remote repositories:
[ERROR] sonatype (https://oss.sonatype.org/content/repositories/snapshots/, releases=false, snapshots=true),
[ERROR] sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, releases=false, snapshots=true),
[ERROR] central (https://repo.maven.apache.org/maven2, releases=true, snapshots=false)
[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 <args> -rf :jruby-complete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment