org.apache.maven.archiver
Class PomPropertiesUtil

java.lang.Object
  extended by org.apache.maven.archiver.PomPropertiesUtil

public class PomPropertiesUtil
extends Object

This class is responsible for creating the pom.properties file.

Version:
$Id: PomPropertiesUtil.java 661727 2008-05-30 14:21:49Z bentmann $

Constructor Summary
PomPropertiesUtil()
           
 
Method Summary
 void createPomProperties(MavenProject project, org.codehaus.plexus.archiver.Archiver archiver, 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
 

Constructor Detail

PomPropertiesUtil

public PomPropertiesUtil()
Method Detail

createPomProperties

public void createPomProperties(MavenProject project,
                                org.codehaus.plexus.archiver.Archiver archiver,
                                File pomPropertiesFile,
                                boolean forceCreation)
                         throws org.codehaus.plexus.archiver.ArchiverException,
                                IOException
Creates the pom.properties file.

Throws:
org.codehaus.plexus.archiver.ArchiverException
IOException


Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.