How team should work with maven
Could somebody to explain how the team should work with maven.
For example.
10 developers and 1 team lead are working together.
Everyones has the own module in development.
Next, one made the changes in his module and marked it like
<version>1.3</version>? And say to neighbor whous modul is depend on his: "will be make your modul to point version 1.3 for my
<artifactId>his-app</artifactId>
<version>1.3</version> ? Or how?
If he to point the unexisting version the maven will swear.
And next. There's something pom.xml for team lead on top level of another modules of developers which team lead to use for assebling?
Help please to understand how to use this framework

