Class ResourcesMojo

java.lang.Object
org.apache.maven.plugin.AbstractMojo
com.soebes.itf.maven.plugin.ResourcesMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

@Mojo(name="resources-its", defaultPhase=PROCESS_TEST_RESOURCES, threadSafe=true) public class ResourcesMojo extends org.apache.maven.plugin.AbstractMojo
Copy resources from src/test/resources-its to the appropriate location.
Implementation Note:
Copied the majority of the code from maven-resources-plugin.
  • Field Summary

    Fields inherited from interface org.apache.maven.plugin.Mojo

    ROLE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void

    Methods inherited from class org.apache.maven.plugin.AbstractMojo

    getLog, getPluginContext, setLog, setPluginContext

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ResourcesMojo

      public ResourcesMojo()
  • Method Details

    • execute

      public void execute() throws org.apache.maven.plugin.MojoExecutionException
      Throws:
      org.apache.maven.plugin.MojoExecutionException