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