Uses of Class
org.codehaus.mojo.flatten.KeepCommentsInPom
-
Packages that use KeepCommentsInPom Package Description org.codehaus.mojo.flatten -
-
Uses of KeepCommentsInPom in org.codehaus.mojo.flatten
Methods in org.codehaus.mojo.flatten that return KeepCommentsInPom Modifier and Type Method Description (package private) static KeepCommentsInPom
KeepCommentsInPom. create(org.apache.maven.plugin.logging.Log aLog, java.io.File aOriginalPomFile)
Create an instance with collected current comments of the passed pom.xml file.Methods in org.codehaus.mojo.flatten with parameters of type KeepCommentsInPom Modifier and Type Method Description protected void
FlattenMojo. writePom(org.apache.maven.model.Model pom, java.io.File pomFile, java.lang.String headerComment, KeepCommentsInPom anOriginalCommentsPath)
Writes the given POMModel
to the givenFile
.
-