- 
- 
class AdditionalDependency extends org.apache.maven.model.Dependency implements  Serializable
 
- 
- 
- 
- 
- 
Serialized Fields
- 
packagesString packages Packages can be any package name, or can be the start of any
 package name followed by an asterisk (*). The asterisk is a
 wildcard meaning "match any characters". This is the only
 wildcard allowed. Multiple patterns can be included in a
 group by separating them with colons (:). 
- 
titleString title Title can be any text, and can include white space. This
 text is placed in the table heading for the group. 
 
 
- 
- 
Serialized Fields
- 
bootclasspathArtifactsList<BootclasspathArtifact> bootclasspathArtifacts Field bootclasspathArtifacts. 
- 
docfilesSubdirsUsedboolean docfilesSubdirsUsed Enables deep copying of the '**/doc-files'
 directories and the specific 'resources' directory. 
- 
docletArtifactsList<DocletArtifact> docletArtifacts Field docletArtifacts. 
- 
excludedDocfilesSubdirsString excludedDocfilesSubdirs List of exclusion patterns separated by ':' for deep copying
 of the '**/doc-files' directories. 
- 
excludePackageNamesList<String> excludePackageNames Field excludePackageNames. 
- 
groupsList<Group> groups Field groups. 
- 
javadocResourcesDirectoryString javadocResourcesDirectory Path relative to project basedir where javadoc
 resources were located. 
             This is mainly useful in multimodule builds
 where the reactor is still populated. 
- 
linksList<String> links Field links. 
- 
modelEncodingString modelEncoding Field modelEncoding. 
- 
offlineLinksList<OfflineLink> offlineLinks Field offlineLinks. 
- 
resourcesArtifactsList<ResourcesArtifact> resourcesArtifacts Field resourcesArtifacts. 
- 
tagletArtifactsList<TagletArtifact> tagletArtifacts Field tagletArtifacts. 
- 
tagletsList<Taglet> taglets Field taglets. 
- 
tagsList<Tag> tags Field tags. 
 
 
- 
- 
Serialized Fields
- 
artifactIdString artifactId The id of the artifact. 
- 
classifierString classifier The classifier of the artifact. 
- 
groupIdString groupId The id of the group of the artifact. 
- 
versionString version The version of the artifact. 
 
 
- 
- 
- 
- 
Serialized Fields
- 
headString head Head of the tag. 
- 
nameString name Name of the tag. 
- 
placementString placement Placement of the tag. 
 
 
- 
- 
Serialized Fields
- 
tagletArtifactTagletArtifact tagletArtifact Specifies the taglet artifact to be included in the
 tagletpath option for finding taglet class files (.class). 
- 
tagletClassString tagletClass tagletClass is the fully-qualified name for the taglet class. 
- 
tagletpathString tagletpath Specifies the search paths for finding taglet class files
 (.class). 
 
 
-