Uses of Class
de.qaware.maven.plugin.offline.ArtifactWithRepoType
-
-
Uses of ArtifactWithRepoType in de.qaware.maven.plugin.offline
Methods in de.qaware.maven.plugin.offline that return types with arguments of type ArtifactWithRepoType Modifier and Type Method Description java.util.Set<ArtifactWithRepoType>DependencyDownloader. resolveDependencies(org.apache.maven.project.MavenProject project)Download all dependencies of a maven project including transitive dependencies.java.util.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 treejava.util.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.Method parameters in de.qaware.maven.plugin.offline with type arguments of type ArtifactWithRepoType Modifier and Type Method Description voidDependencyDownloader. downloadArtifacts(java.util.Collection<ArtifactWithRepoType> artifacts)
-