-
Notifications
You must be signed in to change notification settings - Fork 267
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
Allow dependency-updates-report to configure processDependencies and processDependencyManagement like display-dependency-updates can #46
Comments
where processDependencyManagement = true
In #129 I have a similar request. Wouldn't it be nice to have a ternary switch? "Process dependency management section?"
|
Added processDependencyManagement to the dependency-updates-report goal This behaves the same as display-dependency-updates goal
Added processDependencyManagement to the dependency-updates-report goal This behaves the same as display-dependency-updates goal
Hm.After taking a deeper look into the pull request I see at a larger number of different things which are solved in this PR. It looks as if you have not correctly rebased your branch and made a new pull request so to see only the changes you have made...I'm not sure here cause I see changes which are made on an branch for maven 3 migration which should never be part of the current mast at the moment.... |
I have taken the liberty to use your code suggestions and added them. Based on your pull request which looks wrong I couldn't integrate it directly. None the less thanks for your contribution. |
Too bad that you didn't incorporate may feedback from above, @khmarbaise. |
Hi @PeterWippermann you are talking about the hint for import scope ? |
yes, why not add an option to process only the top-level dependencies in the POM and exclude their transitive dependencies? |
Ah..If I correctly see this is #129 ? |
When using Spring Boot, the dependency management section of my project gets to be enormous. It can take a medium sized project an extra 30 minutes to generate the site because of this. I want to be able to set
processDependencyManagement
tofalse
to speed up site generation.When I run display-dependency-updates on my project, it only adds about 2 minutes to the total build time when I set
processDependencyManagement
tofalse
.The text was updated successfully, but these errors were encountered: