public interface MavenProjectDependenciesConfigurator
DependenciesTool.loadProjectDependencies(org.apache.maven.project.MavenProject, MavenProjectDependenciesConfigurator, org.apache.maven.artifact.repository.ArtifactRepository, List, java.util.SortedMap)DependenciesTool| Modifier and Type | Method and Description |
|---|---|
String |
getExcludedArtifacts() |
String |
getExcludedGroups() |
List<String> |
getExcludedScopes() |
String |
getIncludedArtifacts() |
String |
getIncludedGroups() |
List<String> |
getIncludedScopes() |
boolean |
isExcludeTransitiveDependencies() |
boolean |
isIncludeTransitiveDependencies() |
boolean |
isVerbose() |
boolean isIncludeTransitiveDependencies()
true if should include transitive dependencies, false to include only direct
dependencies.boolean isExcludeTransitiveDependencies()
true if should exclude transitive dependencies from excluded artifacts, else false.List<String> getIncludedScopes()
null is setted, then include all scopes.List<String> getExcludedScopes()
null is setted, then include all scopes.String getIncludedArtifacts()
artificatId, if null is setted then include
all artifacts.String getIncludedGroups()
groupId, if null is setted then include
all artifacts.String getExcludedGroups()
artifactId, if null is setted the no exclude is
done on artifactId.String getExcludedArtifacts()
groupId, if null is setted then no exclude
is done on groupId.boolean isVerbose()
true if verbose mode is on, false otherwise.Copyright © 2010–2023. All rights reserved.