Uses of Class
org.codehaus.mojo.flatten.FlattenMode
-
Packages that use FlattenMode Package Description org.codehaus.mojo.flatten -
-
Uses of FlattenMode in org.codehaus.mojo.flatten
Fields in org.codehaus.mojo.flatten declared as FlattenMode Modifier and Type Field Description private 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 FlattenMode Modifier and Type Method Description static FlattenModeFlattenMode. valueOf(java.lang.String name)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 FlattenMode Modifier and Type Method Description protected org.apache.maven.model.ModelFlattenMojo. createEffectivePom(org.apache.maven.model.building.ModelBuildingRequest buildingRequest, boolean embedBuildProfileDependencies, FlattenMode flattenMode)Creates the effective POM for the givenpomFiletrying its best to match the core maven behaviour.
-