Re: Company-wide pom and dependency management best practices

2019-08-09 Thread Francois Marot
I remember talking with Herve Boutemy at Devoxx FR and he told me about an upgrade of the help:effective-pom ( https://maven.apache.org/plugins/maven-help-plugin/effective-pom-mojo.html ) that would not only display the effective pom but also for each line the source pom where this value comes

Re: Company-wide pom and dependency management best practices

2019-08-06 Thread Nick Stolwijk
Thanks Tomo, > I use "mvn dependency:tree -Dverbose=true" to get the detail of tree. It shows unselected nodes. The only problem with the verbose route is that it can show wrong results on Maven 3[1][2]. I was hoping for a non-deprecated solution. [1]

Re: Company-wide pom and dependency management best practices

2019-08-06 Thread Tomo Suzuki
Hi Nick, > I see where the different versions for a dependency are coming from? I use "mvn dependency:tree -Dverbose=true" to get the detail of tree. It shows unselected nodes. > how can I make sure that the dependencies in the Spring Boot import take preference over the other dependency

Company-wide pom and dependency management best practices

2019-08-06 Thread Nick Stolwijk
Hi all, We have a company-wide pom for specific applications. In our case for Spring Boot applications. In this pom some of the stuff is for the build (plugin management, deployment management) and some for the dependencies (scope import for dependencyManagement). We had a buildproblem where one