54555657585960
* Define the core of the mojo. * @return The core of the mojo * @throws MojoExecutionException Execution error */ public IDeploymentCore defineMojoCore() throws MojoExecutionException { return new BoundDeploymentCore(this); }