Problems with "gem install mvn:"

Hi Guys,

I have some troubles trying to make gem install mvn: work. Basically,
it errors when I try to install some dependencies.

For instance,
gem install mvn:org.jruby:jrubyparser
returns
ERROR: Could not find a valid gem ‘mvn:org.jruby:jrubyparser’ (>= 0)
in any repository

However,
gem install mvn:log4j:log4j
works.

Both dependencies can be installed without any additional
configuration using Maven3. Am I missing something?

No sure, if it’s important but I’m using jruby-1.6.6.

Thanks,
Victor

http://repo1.maven.org/maven2/org/jruby/jrubyparser/0.2/jrubyparser-0.2.pom

uses a system scope dependency, I doubt that can be mapped to a proper
mvn: dependency.

  • Kristian

Thanks Kristian. It makes sense.

Victor