Package org.ikasan.archetype
Class MavenGenericCommand
java.lang.Object
org.ikasan.archetype.AbstractMavenCommand
org.ikasan.archetype.MavenGenericCommand
- All Implemented Interfaces:
MavenCommand
Generic implementation of a Maven command.
- Author:
- Ikasan Development Team
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.maven.shared.invoker.InvocationResultexecute()Execute the Maven command.Methods inherited from class org.ikasan.archetype.AbstractMavenCommand
getCommandProperties, getGoals, getWorkingDir, isBatchMode, isDebug, setBatchMode, setDebug, setGoals, setWorkingDirMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.ikasan.archetype.MavenCommand
setBatchMode, setDebug, setWorkingDir
-
Constructor Details
-
MavenGenericCommand
-
-
Method Details
-
execute
public org.apache.maven.shared.invoker.InvocationResult execute() throws org.apache.maven.shared.invoker.MavenInvocationExceptionDescription copied from interface:MavenCommandExecute the Maven command.- Specified by:
executein interfaceMavenCommand- Overrides:
executein classAbstractMavenCommand- Returns:
- Throws:
org.apache.maven.shared.invoker.MavenInvocationException
-