Uses of Class
org.apache.maven.plugins.assembly.model.GroupVersionAlignment
Packages that use GroupVersionAlignment
Package
Description
-
Uses of GroupVersionAlignment in org.apache.maven.plugins.assembly.archive.phase.wrappers
Fields in org.apache.maven.plugins.assembly.archive.phase.wrappers declared as GroupVersionAlignmentModifier and TypeFieldDescriptionprivate final GroupVersionAlignment
GroupVersionAlignmentWrapper.alignment
Constructors in org.apache.maven.plugins.assembly.archive.phase.wrappers with parameters of type GroupVersionAlignmentModifierConstructorDescription(package private)
-
Uses of GroupVersionAlignment in org.apache.maven.plugins.assembly.model
Fields in org.apache.maven.plugins.assembly.model with type parameters of type GroupVersionAlignmentModifier and TypeFieldDescriptionprivate List<GroupVersionAlignment>
Repository.groupVersionAlignments
Field groupVersionAlignments.Methods in org.apache.maven.plugins.assembly.model that return types with arguments of type GroupVersionAlignmentModifier and TypeMethodDescriptionRepository.getGroupVersionAlignments()
Method getGroupVersionAlignments.Methods in org.apache.maven.plugins.assembly.model with parameters of type GroupVersionAlignmentModifier and TypeMethodDescriptionvoid
Repository.addGroupVersionAlignment
(GroupVersionAlignment groupVersionAlignment) Method addGroupVersionAlignment.void
Repository.removeGroupVersionAlignment
(GroupVersionAlignment groupVersionAlignment) Method removeGroupVersionAlignment.Method parameters in org.apache.maven.plugins.assembly.model with type arguments of type GroupVersionAlignmentModifier and TypeMethodDescriptionvoid
Repository.setGroupVersionAlignments
(List<GroupVersionAlignment> groupVersionAlignments) Set specifies that you want to align a group of artifacts to a specified version. -
Uses of GroupVersionAlignment in org.apache.maven.plugins.assembly.model.io.xpp3
Methods in org.apache.maven.plugins.assembly.model.io.xpp3 that return GroupVersionAlignmentModifier and TypeMethodDescriptionprivate GroupVersionAlignment
AssemblyXpp3Reader.parseGroupVersionAlignment
(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method parseGroupVersionAlignment.private GroupVersionAlignment
ComponentXpp3Reader.parseGroupVersionAlignment
(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method parseGroupVersionAlignment.Methods in org.apache.maven.plugins.assembly.model.io.xpp3 with parameters of type GroupVersionAlignmentModifier and TypeMethodDescriptionprivate void
AssemblyXpp3Writer.writeGroupVersionAlignment
(GroupVersionAlignment groupVersionAlignment, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeGroupVersionAlignment.private void
ComponentXpp3Writer.writeGroupVersionAlignment
(GroupVersionAlignment groupVersionAlignment, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeGroupVersionAlignment.