Uses of Enum
org.codehaus.mojo.flatten.FlattenMode
Packages that use FlattenMode
-
Uses of FlattenMode in org.codehaus.mojo.flatten
Subclasses with type arguments of type FlattenMode in org.codehaus.mojo.flattenModifier and TypeClassDescriptionenumThis enum contains the predefined modes how to deal withadditional POM elementswhengenerating the flattened POM.Fields in org.codehaus.mojo.flatten declared as FlattenModeModifier and TypeFieldDescriptionprivate FlattenModeFlattenMojo.flattenModeThe different possible values for flattenMode: Mode Description oss For Open-Source-Software projects that want to keep alloptional POM elementsexcept forrepositoriesandpluginRepositories. ossrh Keeps alloptional POM elementsthat are required for OSS Repository-Hosting. bom Likeossrhbut additionally keepsdependencyManagementandproperties.Methods in org.codehaus.mojo.flatten that return FlattenModeModifier and TypeMethodDescriptionstatic FlattenModeReturns the enum constant of this type with the specified name.static FlattenMode[]FlattenMode.values()Returns an array containing the constants of this enum type, in the order they are declared.