Hi Maven, A project was missing a dependency junit:junit and would fail to build on Jenkins, where the .m2/repository is removed for each build. On my machine this dependency happens to be in .m2/repository and the project would build fine.
How can I make it not fine? I don't want my projects taking whatever they need from maven local repository without a <dependency> Thanks Delany