Class ComposeAssemble

java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.honton.chas.compose.maven.plugin.ComposeGoal
org.honton.chas.compose.maven.plugin.ComposeAssemble
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

@Mojo(name="assemble", defaultPhase=COMPILE, threadSafe=true) public class ComposeAssemble extends ComposeGoal
Assemble compose configuration and attach as secondary artifact
  • Field Summary

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

    ROLE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected final void
     

    Methods inherited from class org.honton.chas.compose.maven.plugin.ComposeGoal

    execute

    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
  • Constructor Details

    • ComposeAssemble

      public ComposeAssemble()
  • Method Details