Uses of Class
org.codehaus.mojo.flatten.AbstractFlattenMojo
Packages that use AbstractFlattenMojo
-
Uses of AbstractFlattenMojo in org.codehaus.mojo.flatten
Subclasses of AbstractFlattenMojo in org.codehaus.mojo.flattenModifier and TypeClassDescriptionclass
This MOJO realizes the goalflatten:clean
that deletes any files created by
(more specific the flattened POM file which is by defaultflatten:flatten
.flattened-pom.xml
).class
This MOJO realizes the goalflatten
that generates the flattened POM andpotentially updates the POM file
so that the currentMavenProject
'sfile
points to the flattened POM instead of the originalpom.xml
file.