Uses of Class
org.apache.maven.plugins.assembly.model.GroupVersionAlignment
Packages that use GroupVersionAlignment
-
Uses of GroupVersionAlignment in org.apache.maven.plugins.assembly.model
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.