Uses of Class
org.codehaus.mojo.flatten.AbstractFlattenMojo
-
Packages that use AbstractFlattenMojo Package Description org.codehaus.mojo.flatten -
-
Uses of AbstractFlattenMojo in org.codehaus.mojo.flatten
Subclasses of AbstractFlattenMojo in org.codehaus.mojo.flatten Modifier and Type Class Description class
CleanMojo
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
FlattenMojo
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.
-