rubygems maven support does not install artifact from extra repositories
------------------------------------------------------------------------
Key: JRUBY-5609
URL: http://jira.codehaus.org/browse/JRUBY-5609
Project: JRuby
Issue Type: Bug
Affects Versions: JRuby 1.6
Reporter: kristian meier
Assignee: Thomas E Enebo
{noformat}
$ jruby -S gem install mvn:org.jboss.logging:jboss-logging --source
https://repository.jboss.org/nexus/content/groups/public-jboss
ERROR: Could not find a valid gem 'mvn:org.jboss.logging:jboss-logging' (>= 0)
in any repository
ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError)
bad response Not Found 404
(https://repository.jboss.org/nexus/content/groups/public-jboss/latest_specs.4.8.gz)
{noformat}
this does not work since rubygems first gets a list of available versions but
the gemify:version mojo does not obey extra repositories.
the offline case is also a bit unclear - might need some work as well on mojo
side (offline, artifact exist locally => gem should be able to install it).
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email