Matteo Melani wrote:
Let's see if I get it:

I use plugin X and Y for building my project therefore I put 2 dependencies in the project.xml.

Now when other developers check out the code and run Maven the *.jar file of the plugins get downloaded in the repository.

Right.

Now the developers have to install the plugin manually right?
(how do they do that?)

No, that's exactly the point: the developers do NOT have to install the plugins manually. Maven will use the downloaded jars to build the project, independently of which plugin version each developer has installed.

What if the developers have a different version of a plugin installed?

They will not be touched.


-Lukas


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to