org.apache.maven.artifact.ant
public class DependenciesTask extends AbstractArtifactTask
Version: $Id: DependenciesTask.java 327758 2005-10-23 06:48:03Z brett $
| Method Summary | |
|---|---|
| void | addDependency(Dependency dependency) |
| void | addRemoteRepository(RemoteRepository remoteRepository) |
| protected void | doExecute() |
| List | getDependencies() |
| String | getFilesetId() |
| String | getPathId() |
| List | getRemoteRepositories() |
| void | setFilesetId(String filesetId) |
| void | setPathId(String pathId) |
| void | setType(String type) |
| void | setUseScope(String useScope) |
| void | setVerbose(boolean verbose) |