Create a jar that contain dependency management maven [duplicate]
问题 This question already has answers here : Differences between dependencyManagement and dependencies in Maven (12 answers) Closed 2 years ago . I already create a jar that contain some common jars, which we will use it in different applications and can be used via many users. To Solve this, i create a common jars, so i can control this commons jars and version of them, then store it in nexus server, so it can contain the parent pom and can be used by many developers. So i create a simple maven