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 KeepCommentsInPomCreate 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 voidFlattenMojo.writePom(org.apache.maven.model.Model pom, File pomFile, String headerComment, KeepCommentsInPom anOriginalCommentsPath) Writes the given POMModelto the givenFile.