Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for <dependencyManagement> namespace in pom.xml #451

Merged
merged 1 commit into from
May 3, 2019
Merged

Add support for <dependencyManagement> namespace in pom.xml #451

merged 1 commit into from
May 3, 2019

Conversation

tiegz
Copy link
Contributor

@tiegz tiegz commented May 3, 2019

This adds support for the <dependencyManagement> namespace tag in pom.xml, which can be used to define a parent pom.xml's deps/versions. Children then define these without a version, and inherit the versions from the parents.

Maven docs here. Addresses #74 .

@tiegz tiegz changed the title Add support for dependencyManagement namespace in pom.xml Add support for <dependencyManagement> namespace in pom.xml May 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants