Uses of Enum
org.codehaus.mojo.flatten.FlattenMode
Packages that use FlattenMode
-
Uses of FlattenMode in org.codehaus.mojo.flatten
Fields in org.codehaus.mojo.flatten declared as FlattenModeModifier and TypeFieldDescriptionprivate FlattenMode
FlattenMojo.flattenMode
The different possible values for flattenMode: Mode Description oss For Open-Source-Software projects that want to keep alloptional POM elements
except forrepositories
andpluginRepositories
. ossrh Keeps alloptional POM elements
that are required for OSS Repository-Hosting. bom Likeossrh
but additionally keepsdependencyManagement
andproperties
.Methods in org.codehaus.mojo.flatten that return FlattenModeModifier and TypeMethodDescriptionstatic FlattenMode
Returns 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.Methods in org.codehaus.mojo.flatten with parameters of type FlattenModeModifier and TypeMethodDescriptionprotected org.apache.maven.model.Model
FlattenMojo.createEffectivePom
(org.apache.maven.model.building.ModelBuildingRequest buildingRequest, boolean embedBuildProfileDependencies, FlattenMode flattenMode) Creates the effective POM for the givenpomFile
trying its best to match the core maven behaviour.