Hi All, I'm developing a maven plugin and I need to access to the classpath of project that is using my plugin, including main classes, test classes and dependencies.
To me it seems a very common scenario, but I couldn't find any solution for it in maven docs and other forums. Thank you. Mohammad Shamsi
