Naresh Sikha wrote: > > Is there any way to specify that a dependency is on a particular version of > another project?
To prevent multiple incompatible versions being included into a single workspace, the preferred aproach to this problem is for you to add the following to your workspace: <module name="bar" tag="r-2-0-0"/> This way, if there are multiple dependencies on "bar", they will all resolve to the same version. This being said, the maven proposal attempts to do what you describe. - Sam Ruby --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
