Package org.apache.maven.shared.archiver
Class PomPropertiesUtil
java.lang.Object
org.apache.maven.shared.archiver.PomPropertiesUtil
This class is responsible for creating the 
pom.properties file
 in META-INF/maven/${groupId}/${artifactId}.- Version:
- $Id: $Id
- Author:
- slachiewicz
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidcreatePomProperties(String groupId, String artifactId, String version, org.codehaus.plexus.archiver.Archiver archiver, Path customPomPropertiesFile, Path pomPropertiesFile) voidcreatePomProperties(org.apache.maven.api.Project project, org.codehaus.plexus.archiver.Archiver archiver, Path customPomPropertiesFile, Path pomPropertiesFile) Creates the pom.properties file.
- 
Constructor Details- 
PomPropertiesUtilpublic PomPropertiesUtil()
 
- 
- 
Method Details- 
createPomPropertiespublic void createPomProperties(org.apache.maven.api.Project project, org.codehaus.plexus.archiver.Archiver archiver, Path customPomPropertiesFile, Path pomPropertiesFile) throws IOException Creates the pom.properties file.- Parameters:
- project-- Project
- archiver-- Archiver
- customPomPropertiesFile- optional custom pom properties file
- pomPropertiesFile- The pom properties file.
- Throws:
- org.codehaus.plexus.archiver.ArchiverException- archiver exception.
- IOException- IO exception.
 
- 
createPomPropertiespublic void createPomProperties(String groupId, String artifactId, String version, org.codehaus.plexus.archiver.Archiver archiver, Path customPomPropertiesFile, Path pomPropertiesFile) throws IOException - Throws:
- IOException
 
 
-