| Package | Description |
|---|---|
| org.mule.maven.client.api |
| Modifier and Type | Method and Description |
|---|---|
List<BundleDependency> |
MavenClient.resolveArtifactDependencies(File artifactFile,
boolean includeTestDependencies,
boolean includeProvidedDependencies,
Optional<File> localRepositoryLocationSupplier,
Optional<MavenReactorResolver> mavenReactorResolver,
Optional<File> temporaryFolder)
Resolves the artifact dependencies for an artifact.
|
List<BundleDependency> |
MavenClient.resolveArtifactDependencies(List<BundleDescriptor> dependencies,
Optional<File> localRepositoryLocationSupplier,
Optional<MavenReactorResolver> mavenReactorResolver)
Resolves the artifact dependencies from the list for the given descriptor.
|
Copyright © 2022 MuleSoft, Inc.. All rights reserved.