Class TestResourcesMojo

  • All Implemented Interfaces:
    org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

    @Mojo(name="testResources",
          defaultPhase=PROCESS_TEST_RESOURCES,
          requiresProject=true,
          threadSafe=true)
    public class TestResourcesMojo
    extends ResourcesMojo
    Copy resources for the test source code to the test output directory. Always uses the project.build.testResources element to specify the resources to copy.
    Author:
    Michal Maczka, Jason van Zyl