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 |
getGroupId() |
RepositoryType |
getRepositoryType() |
String |
getVersion() |
void |
setArtifactId(String artifactId) |
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 RepositoryType getRepositoryType()
public void setRepositoryType(RepositoryType repositoryType)
Copyright © 2018–2019 QAware GmbH. All rights reserved.