Getting a list of used artifacts

2014-02-12 Thread Bernd Eckenfels
Hello, I want to write a plugin which does dump/verify the hashes of all dependencies and plugins used in the build. That way I can lock dependencies in the source not only by version, but also by checksum. I have currently the following @Mojo(requiresDependencyCollection=TEST)

Re: Getting a list of used artifacts

2014-02-12 Thread Bernd Eckenfels
Am Thu, 13 Feb 2014 02:19:17 +0100 schrieb Bernd Eckenfels e...@zusammenkunft.net: @Mojo(requiresDependencyCollection=TEST) project.getArtifacts() project.getPluginArtifacts() Actual test source is here: https://github.com/ecki/lockdep-maven-plugin Gruss Bernd