public class MavenProjectDependenciesConfiguration extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
excludedArtifacts
pattern to exclude dependencies by their groupId, if null then include all dependencies
|
String |
excludedGroups
pattern to exclude dependencies by their groupId, if null then the include all dependencies
|
List<String> |
excludedScopes
list of scopes to exclude while loading dependencies, if null, then include all scopes
|
String |
includedArtifacts
pattern to include dependencies by their artificatId, if null then include all artifacts
|
String |
includedGroups
pattern to include dependencies by their groupId, if null then include all dependencies
|
List<String> |
includedScopes
list of scopes to include while loading dependencies, if null, then include all scopes
|
boolean |
includeTransitiveDependencies
true if should include transitive dependencies, false to include only direct dependencies
|
boolean |
verbose
if true verbose mode is on, if false off
|
| Constructor and Description |
|---|
MavenProjectDependenciesConfiguration(boolean includeTransitiveDependencies,
List<String> includedScopes,
List<String> excludedScopes,
String includedArtifacts,
String includedGroups,
String excludedGroups,
String excludedArtifacts,
boolean verbose) |
public final boolean includeTransitiveDependencies
public final List<String> includedScopes
public final List<String> excludedScopes
public final String includedArtifacts
public final String includedGroups
public final String excludedGroups
public final String excludedArtifacts
public final boolean verbose
Copyright © 2017 JBoss by Red Hat. All rights reserved.