Class MavenGenericCommand

java.lang.Object
org.ikasan.archetype.AbstractMavenCommand
org.ikasan.archetype.MavenGenericCommand
All Implemented Interfaces:
MavenCommand

public class MavenGenericCommand extends AbstractMavenCommand implements MavenCommand
Generic implementation of a Maven command.
Author:
Ikasan Development Team
  • Constructor Details

    • MavenGenericCommand

      public MavenGenericCommand(List<String> goals)
  • Method Details

    • execute

      public org.apache.maven.shared.invoker.InvocationResult execute() throws org.apache.maven.shared.invoker.MavenInvocationException
      Description copied from interface: MavenCommand
      Execute the Maven command.
      Specified by:
      execute in interface MavenCommand
      Overrides:
      execute in class AbstractMavenCommand
      Returns:
      Throws:
      org.apache.maven.shared.invoker.MavenInvocationException