Class NgTestMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
de.iip_ecosphere.platform.tools.maven.python.AbstractLoggingMojo
de.iip_ecosphere.platform.configuration.maven.NgTestMojo
- All Implemented Interfaces:
de.iip_ecosphere.platform.tools.maven.python.Logger,org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="ngTest",
defaultPhase=TEST)
public class NgTestMojo
extends de.iip_ecosphere.platform.tools.maven.python.AbstractLoggingMojo
An Angular build MOJO. Part of this project due to pragmatic reasons.
- Author:
- Holger Eichelberger, SSE
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate booleanprivate booleanprivate Stringprivate booleanprivate booleanprivate booleanFields inherited from interface org.apache.maven.plugin.Mojo
ROLE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.iip_ecosphere.platform.tools.maven.python.AbstractLoggingMojo
error, error, info, warnMethods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Field Details
-
skip
@Parameter(property="configuration.ngTest.skip", required=false, defaultValue="false") private boolean skip -
noWatch
@Parameter(property="configuration.ngTest.noWatch", required=false, defaultValue="true") private boolean noWatch -
noProgress
@Parameter(property="configuration.ngTest.noProgress", required=false, defaultValue="true") private boolean noProgress -
headless
@Parameter(property="configuration.ngTest.headless", required=false, defaultValue="true") private boolean headless -
coverage
@Parameter(property="configuration.ngTest.coverage", required=false, defaultValue="true") private boolean coverage -
nodejs
@Parameter(property="configuration.ngTest.nodejs", required=false, defaultValue="") private String nodejs
-
-
Constructor Details
-
NgTestMojo
public NgTestMojo()
-
-
Method Details
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException- Throws:
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureException
-