Maven integration cannot handle snapshot dependencies
-----------------------------------------------------
Key: JRUBY-5612
URL: http://jira.codehaus.org/browse/JRUBY-5612
Project: JRuby
Issue Type: Bug
Reporter: Vladimir Katardjiev
Assignee: Thomas E Enebo
Priority: Minor
When installing a Maven (snapshot) artifact, which, in turn, has a snapshot
dependency, the "dependency" suffix is omitted, and it tries to find the
release artifact instead. This causes dependency resolution to fail (the
release of the snapshot hasn't happened yet), and the artifact itself to fail
installing as a gem. It says it tried to find version (~> 1.27.0, runtime) when
the available version is 1.25-SNAPSHOT (or, as translated into jRuby,
1.27.0.snapshot).
It is possible (but very annoying) to install every dependency as a gem, and
then install the file itself, using the -f flag to skip dependency checks.
--
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