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 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 FlattenMode Modifier and Type Method Description static FlattenMode
FlattenMode. 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.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.
-