I think we should specify the feature first. This <http://ant.apache.org/ivy/history/2.1.0/ivyfile/dependency.html> is the syntax for Ivy dependencies, and here <http://docs.codehaus.org/display/MAVEN/Dependency+Mediation+and+Conflict+Resolution#DependencyMediationandConflictResolution-DependencyVersionRanges> is for Maven.
- Dynamic versions are not know to Maven at all. How we could translate them? Maybe go to maven central and find out the latest version? - The plus notation can be easily converted to a Maven version range. - Finally the mathematical ranges not use the same syntax as Maven. For example (,2.0[ in Maven should read (,2.0). The Ivy syntax is not too consistent... -- View this message in context: http://gradle.1045684.n5.nabble.com/Translating-Ivy-dep-version-syntax-to-Maven-in-POM-generation-tp5712755p5712758.html Sent from the gradle-dev mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email