org.apache.maven.archiver
Class PomPropertiesUtil

java.lang.Object
  extended byorg.apache.maven.archiver.PomPropertiesUtil

public class PomPropertiesUtil
extends java.lang.Object

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

Version:
$Id: PomPropertiesUtil.java 607480 2007-12-29 22:15:26Z olamy $

Constructor Summary
PomPropertiesUtil()
           
 
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
 

Constructor Detail

PomPropertiesUtil

public PomPropertiesUtil()
Method Detail

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-2008 The Apache Software Foundation. All Rights Reserved.