Re: Finding SNAPSHOT dependencies without compiling first

2020-05-06 Thread Nick Stolwijk
Hello, I don't think I can reproduce your problem. I've tried this on one of my multimodules. 1. Remove everything of the multimodule from the local repository. 2. Run mvn dependency:tree -Dincludes=*:*:*:*-SNAPSHOT Output: https://gist.github.com/nickstolwijk/4042c9ca4a71bc4886ac528b6621e5c6 3.

Finding SNAPSHOT dependencies without compiling first

2020-05-06 Thread Francois MAROT
Hello all, I have a simple requirement: I would like to determine very fast if my multi-module project has any SNAPSHOT dependency. First try was with the /mvn dependency:tree / command and grepping for the word SNAPSHOT. But the dependency plugin seems to use the repository dependencies, so it