Skip to content

Instantly share code, notes, and snippets.

@enebo
Created December 22, 2014 16:10
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/95a9e58fd9c843c43d49 to your computer and use it in GitHub Desktop.
Save enebo/95a9e58fd9c843c43d49 to your computer and use it in GitHub Desktop.
./bin/jruby -S rmvn install -Pall
[INFO] Scanning for projects...
/Users/enebo/work/jruby-1_7/lib/.tesla.pom.rb
Downloading: http://rubygems-proxy.torquebox.org/releases/org/jruby/jruby-parent/1.7.18/jruby-parent-1.7.18.pom
Downloading: http://repo.maven.apache.org/maven2/org/jruby/jruby-parent/1.7.18/jruby-parent-1.7.18.pom
/Users/enebo/work/jruby-1_7/test/.tesla.pom.rb
/Users/enebo/work/jruby-1_7/maven/.tesla.pom.rb
[ERROR] The build could not read 3 projects -> [Help 1]
[ERROR]
[ERROR] The project org.jruby:jruby-lib:1.7.18 (/Users/enebo/work/jruby-1_7/lib/.tesla.pom.rb) has 1 error
[ERROR] Non-resolvable parent POM: Could not find artifact org.jruby:jruby-parent:pom:1.7.18 in rubygems-releases (http://rubygems-proxy.torquebox.org/releases) and 'parent.relativePath' points at wrong local POM -> [Help 2]
[ERROR]
[ERROR] The project org.jruby:jruby-tests:1.7.18 (/Users/enebo/work/jruby-1_7/test/.tesla.pom.rb) has 1 error
[ERROR] Non-resolvable parent POM: Failure to find org.jruby:jruby-parent:pom:1.7.18 in http://rubygems-proxy.torquebox.org/releases was cached in the local repository, resolution will not be reattempted until the update interval of rubygems-releases has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM -> [Help 2]
[ERROR]
[ERROR] The project org.jruby:jruby-artifacts:1.7.18 (/Users/enebo/work/jruby-1_7/maven/.tesla.pom.rb) has 1 error
[ERROR] Non-resolvable parent POM: Failure to find org.jruby:jruby-parent:pom:1.7.18 in http://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 and 'parent.relativePath' points at wrong local POM -> [Help 2]
[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/ProjectBuildingException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment