Interface ResourcesTask
-
- All Known Implementing Classes:
CopyResourcesTask
public interface ResourcesTask- Author:
- Alexey Loubyansky
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecute(AbstractFeaturePackBuildMojo builder, java.nio.file.Path resourcesDir)
-
-
-
Method Detail
-
execute
void execute(AbstractFeaturePackBuildMojo builder, java.nio.file.Path resourcesDir) throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
-
-