| Modifier and Type | Method and Description |
|---|---|
Set<ArtifactWithRepoType> |
DependencyDownloader.resolveDependencies(org.apache.maven.project.MavenProject project)
Download all dependencies of a maven project including transitive dependencies.
|
Set<ArtifactWithRepoType> |
DependencyDownloader.resolveDynamicDependency(DynamicDependency dynamicDependency)
Download a single dependency and all of its transitive dependencies that is needed by the build without appearing in any dependency tree
|
Set<ArtifactWithRepoType> |
DependencyDownloader.resolvePlugin(org.apache.maven.model.Plugin plugin)
Download a plugin, all of its transitive dependencies and dependencies declared on the plugin declaration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DependencyDownloader.downloadArtifacts(Collection<ArtifactWithRepoType> artifacts) |
Copyright © 2018–2019 QAware GmbH. All rights reserved.