public class DefaultMavenService extends DefaultExecService implements MavenService
Constructor and Description |
---|
DefaultMavenService() |
Modifier and Type | Method and Description |
---|---|
void |
execute(File workingDir,
List<String> options,
List<String> goals,
List<String> phases) |
void |
execute(MavenContext context) |
protected List<String> |
getArgs(MavenContext context) |
protected List<String> |
getOptions(MavenContext context) |
protected Properties |
getPassThroughProperties(MavenContext context) |
protected void |
handleOptions(MavenContext context) |
execute, execute, execute, executeAndValidate, executeAndValidate, getCommandLine, getConsumer, getStreamConsumer, validateExitValue
public DefaultMavenService()
public void execute(MavenContext context)
execute
in interface MavenService
public void execute(File workingDir, List<String> options, List<String> goals, List<String> phases)
execute
in interface MavenService
protected List<String> getOptions(MavenContext context)
protected void handleOptions(MavenContext context)
protected List<String> getArgs(MavenContext context)
protected Properties getPassThroughProperties(MavenContext context)
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.