Hi all, I am developing a plugin that copies some dependencies to a directory. I'm doing this because I need to setup a server by copying some JARs to a deployment directory.
I am having lots of problems understanding the different plugin testing methods described on the page : http://maven.apache.org/plugin-developers/plugin-testing.html Are there any definitions for the different types of tests ? Basically all I need to do is to launch my plugin so that I can validate the code I'm developing, and make sure everything is correct, preferably using a test pom. Any help with this would be greatly appreciated. Regards, Serge Huber.
