org.apache.maven.archiver
Class PomPropertiesUtil
java.lang.Object
org.apache.maven.archiver.PomPropertiesUtil
public class PomPropertiesUtil
- extends java.lang.Object
This class is responsible for creating the pom.properties
file.
Method Summary |
void |
createPomProperties(org.apache.maven.project.MavenProject project,
org.codehaus.plexus.archiver.Archiver archiver,
java.io.File pomPropertiesFile,
boolean forceCreation)
Creates the pom.properties file. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PomPropertiesUtil
public PomPropertiesUtil()
createPomProperties
public void createPomProperties(org.apache.maven.project.MavenProject project,
org.codehaus.plexus.archiver.Archiver archiver,
java.io.File pomPropertiesFile,
boolean forceCreation)
throws org.codehaus.plexus.archiver.ArchiverException,
java.io.IOException
- Creates the pom.properties file.
- Throws:
org.codehaus.plexus.archiver.ArchiverException
java.io.IOException
Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.