Maven already requires you to define the versions for all of your
dependencies before it builds:
http://maven.apache.org/pom.html#Dependencies
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.0</version>
</dependency>
If you mean something else, please describe it more clearly, perhaps
with an example.
-Max
On Wed, 2006-11-01 at 08:13 +0200, Rahamim, Zvi (Zvi) 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]