Package org.apache.maven.plugins.javadoc
Class DependencyLink
java.lang.Object
org.apache.maven.plugins.javadoc.DependencyLink
In case of autodetectLinks, this class can overwrite the url for that dependency
- Since:
- 3.3.0
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetUrl()
void
setArtifactId
(String artifactId) void
setClassifier
(String classifier) void
setGroupId
(String groupId) void
-
Constructor Details
-
DependencyLink
public DependencyLink()
-
-
Method Details
-
getUrl
-
setUrl
-
getGroupId
-
setGroupId
-
getArtifactId
-
setArtifactId
-
getClassifier
-
setClassifier
-