org.apache.felix.obr.plugin
Class PomHelper
java.lang.Object
org.apache.felix.obr.plugin.PomHelper
public final class PomHelper
- extends Object
Maven POM helper methods.
- Author:
- Felix Project Team
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PomHelper
public PomHelper()
readPom
public static org.apache.maven.project.MavenProject readPom(File pomFile)
throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
buildPom
public static org.apache.maven.project.MavenProject buildPom(String groupId,
String artifactId,
String version,
String packaging)
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.