Uses of Class
org.apache.maven.model.Extension
Packages that use Extension
-
Uses of Extension in org.apache.maven.model
Methods in org.apache.maven.model that return types with arguments of type ExtensionMethods in org.apache.maven.model with parameters of type ExtensionModifier and TypeMethodDescriptionvoid
Build.addExtension
(Extension extension) Method addExtension.void
Build.removeExtension
(Extension extension) Method removeExtension.Method parameters in org.apache.maven.model with type arguments of type ExtensionModifier and TypeMethodDescriptionvoid
Build.setExtensions
(List<Extension> extensions) Set a set of build extensions to use from this project.