I want to get the files of dependency jars from the project which execute a custom maven plugin. Could somebody tell how to get these jar ?
Through MavenPrject? or ClassLoader cld = Thread.currentThread().getContextClassLoader(); ? or any other idea?
Could somebody help me? Thanks in advance.