Maven2 sharing dependencies across parent and children (without redeclaring dependencies in children)
问题 With maven1 I was using the extend tag to tell my children project to use their parent configuration. All dependencies declared in the parent were available in extending (children) projects. Now with maven2 I'm using the inheritance/composition feature and I have to redeclare my dependencies (minus the version number) in every child project. (see how-to-share-common-properties-among-several-maven-projects) Is there a way to tell maven that I want to share some of my dependencies among all my