public class PomPropertiesUtil extends Object
| Constructor and Description |
|---|
PomPropertiesUtil() |
| Modifier and Type | Method and Description |
|---|---|
void |
createPomProperties(org.apache.maven.execution.MavenSession session,
org.apache.maven.project.MavenProject project,
org.codehaus.plexus.archiver.Archiver archiver,
File customPomPropertiesFile,
File pomPropertiesFile,
boolean forceCreation)
Creates the pom.properties file.
|
public void createPomProperties(org.apache.maven.execution.MavenSession session,
org.apache.maven.project.MavenProject project,
org.codehaus.plexus.archiver.Archiver archiver,
File customPomPropertiesFile,
File pomPropertiesFile,
boolean forceCreation)
throws IOException
session - MavenSessionproject - MavenProjectarchiver - ArchivercustomPomPropertiesFile - optional custom pom properties filepomPropertiesFile - The pom properties file.forceCreation - force creation true/falseorg.codehaus.plexus.archiver.ArchiverException - archiver exception.IOException - IO exception.Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.