public class PomPropertiesUtil extends Object
| Constructor and Description |
|---|
PomPropertiesUtil() |
| Modifier and Type | Method and Description |
|---|---|
void |
createPomProperties(org.apache.maven.project.MavenProject project,
org.codehaus.plexus.archiver.Archiver archiver,
File pomPropertiesFile,
boolean forceCreation)
Creates the pom.properties file.
|
public void createPomProperties(org.apache.maven.project.MavenProject project,
org.codehaus.plexus.archiver.Archiver archiver,
File pomPropertiesFile,
boolean forceCreation)
throws org.codehaus.plexus.archiver.ArchiverException,
IOException
project - MavenProjectarchiver - ArchiverpomPropertiesFile - The pom properties file.forceCreation - force creation true/flas.eorg.codehaus.plexus.archiver.ArchiverException - archiver exception.IOException - IO exception.Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.