Package com.soebes.itf.maven.plugin
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
-
Method Summary
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Constructor Details
-
ResourcesMojo
public ResourcesMojo()
-
-
Method Details
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException- Throws:
org.apache.maven.plugin.MojoExecutionException
-