Defining the version for a dependency is one of the base features of Maven:
<dependency> <artifactId/> <groupId/> <scope/> <version>[2.0.8]</version> </dependency> The [x.y.z] notation "locks" the artifact to that version. Use [x.y.z, ) to force a minimum but no maximum on the version number ie if a new feature is added in build 3.1.2 that you require for your code to work, etc. Is this not working for you, do you have some other requirement(s) which are not currently available, or what? Wayne On 11/1/06, Rahamim, Zvi (Zvi) <[EMAIL PROTECTED]> wrote:
Hi, I think that a very important feature is to have the ability to define, before maven starts building, the versions of the dependencies. Is there an intention to add this feature? Thanks! Zvi. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
