Package io.fabric8.maven.docker.service
Class MojoExecutionService
- java.lang.Object
-
- io.fabric8.maven.docker.service.MojoExecutionService
-
public class MojoExecutionService extends Object
A service for executing goals on configured plugins.Inspired by and partly reused from https://github.com/TimMoore/mojo-executor but adapted to newer Maven versions.
- Since:
- 01/07/15
- Author:
- roland
-
-
Method Detail
-
callPluginGoal
public void callPluginGoal(String fullGoal) throws org.apache.maven.plugin.MojoFailureException, org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoFailureExceptionorg.apache.maven.plugin.MojoExecutionException
-
-