|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MavenExecutor
Execute Maven. May be implemented as a forked instance, or embedded.
| Field Summary | |
|---|---|
static java.lang.String |
ROLE
Plexus Role. |
| Method Summary | |
|---|---|
void |
executeGoals(java.io.File workingDirectory,
java.lang.String goals,
boolean interactive,
java.lang.String additionalArguments)
Execute goals using Maven. |
void |
executeGoals(java.io.File workingDirectory,
java.lang.String goals,
boolean interactive,
java.lang.String additionalArguments,
java.lang.String pomFileName)
Execute goals using Maven. |
| Field Detail |
|---|
static final java.lang.String ROLE
| Method Detail |
|---|
void executeGoals(java.io.File workingDirectory,
java.lang.String goals,
boolean interactive,
java.lang.String additionalArguments,
java.lang.String pomFileName)
throws MavenExecutorException
workingDirectory - the directory to execute ingoals - the goals to run (space delimited)interactive - whether to execute in interactive mode, or the default batch modeadditionalArguments - additional arguments to pass to the Maven commandpomFileName - the file name of the POM to execute on
MavenExecutorException - if an error occurred executing Maven
void executeGoals(java.io.File workingDirectory,
java.lang.String goals,
boolean interactive,
java.lang.String additionalArguments)
throws MavenExecutorException
workingDirectory - the directory to execute ingoals - the goals to run (space delimited)interactive - whether to execute in interactive mode, or the default batch modeadditionalArguments - additional arguments to pass to the Maven command
MavenExecutorException - if an error occurred executing Maven
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||