Uses of Class
org.codehaus.mojo.flatten.KeepCommentsInPom
Packages that use KeepCommentsInPom
-
Uses of KeepCommentsInPom in org.codehaus.mojo.flatten
Methods in org.codehaus.mojo.flatten that return KeepCommentsInPomModifier and TypeMethodDescription(package private) static KeepCommentsInPom
Create an instance with collected current comments of the passed pom.xml file.Methods in org.codehaus.mojo.flatten with parameters of type KeepCommentsInPomModifier and TypeMethodDescriptionprotected void
FlattenMojo.writePom
(org.apache.maven.model.Model pom, File pomFile, String headerComment, KeepCommentsInPom anOriginalCommentsPath) Writes the given POMModel
to the givenFile
.