I have a plugin which needs to instantiate "test" classes within the project the plugin is being used in. In a default scenario, maven complains with "ClassNotFoundException". IS there any way to configure maven such that plugins being used by a project can see thet test classes used by that same project?
