Hi, I tried the maven-verifier as described in http://maven.apache.org/plugin-developers/plugin-testing.html. The expample shows how an artifact can be deleted from the repository (verifier.deleteArtifact(...)) but does not show how I can use my plugin for testing. Or must I install it manually (mvn install ...) before I can test my plugin?
regards, Oliver
