public class DynamicDependency extends Object
ResolveDependenciesMojo.
Users can declare extra dependencies that do not appear in any dependency tree of the project but are still needed for the build to work.
The most common examples are artifacts that are dynamically loaded by plugins during build runtime
| Constructor and Description |
|---|
DynamicDependency() |
| Modifier and Type | Method and Description |
|---|---|
String |
getArtifactId() |
String |
getClassifier() |
String |
getGroupId() |
RepositoryType |
getRepositoryType() |
String |
getVersion() |
void |
setArtifactId(String artifactId) |
void |
setClassifier(String classifier) |
void |
setGroupId(String groupId) |
void |
setRepositoryType(RepositoryType repositoryType) |
void |
setVersion(String version) |
public String getArtifactId()
DynamicDependencypublic void setArtifactId(String artifactId)
public String getGroupId()
DynamicDependencypublic void setGroupId(String groupId)
public String getVersion()
DynamicDependencypublic void setVersion(String version)
public String getClassifier()
DynamicDependency. May be null.public void setClassifier(String classifier)
public RepositoryType getRepositoryType()
public void setRepositoryType(RepositoryType repositoryType)
Copyright © 2018–2020 QAware GmbH. All rights reserved.