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

    Fields
    Modifier and Type
    Field
    Description
    private boolean
     
    private boolean
     
    private String
     
    private boolean
     
    private boolean
     
    private boolean
     

    Fields inherited from interface org.apache.maven.plugin.Mojo

    ROLE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from class de.iip_ecosphere.platform.tools.maven.python.AbstractLoggingMojo

    error, error, info, warn

    Methods inherited from class org.apache.maven.plugin.AbstractMojo

    getLog, getPluginContext, setLog, setPluginContext

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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.MojoExecutionException
      org.apache.maven.plugin.MojoFailureException