Class 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.MojoFailureException
        org.apache.maven.plugin.MojoExecutionException