createPomProperties
public void createPomProperties(org.apache.maven.execution.MavenSession session,
org.apache.maven.project.MavenProject project,
org.codehaus.plexus.archiver.Archiver archiver,
java.io.File customPomPropertiesFile,
java.io.File pomPropertiesFile,
boolean forceCreation)
throws java.io.IOException
Creates the pom.properties file.
- Parameters:
session - MavenSession
project - MavenProject
archiver - Archiver
customPomPropertiesFile - optional custom pom properties file
pomPropertiesFile - The pom properties file.
forceCreation - force creation true/false
- Throws:
org.codehaus.plexus.archiver.ArchiverException - archiver exception.
java.io.IOException - IO exception.