public class MavenProjectUtil extends Object
| Constructor and Description |
|---|
MavenProjectUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getPluginConfigurationString(org.apache.maven.project.MavenProject project,
String pluginKey,
String goal,
String configName)
Get a String configuration element from a goal from a plugin
|
static org.apache.maven.model.PluginExecution |
getPluginExecution(org.apache.maven.project.MavenProject project,
String pluginKey,
String goal)
Get an execution of a plugin
|
static org.apache.maven.model.PluginExecution |
getPluginExecution(org.apache.maven.model.Plugin plugin,
String goal)
Get an execution of a plugin
|
public static String getPluginConfigurationString(org.apache.maven.project.MavenProject project, String pluginKey, String goal, String configName) throws net.wasdev.wlp.common.plugins.util.PluginScenarioException
project - pluginKey - goal - configName - net.wasdev.wlp.common.plugins.util.PluginScenarioExceptionpublic static org.apache.maven.model.PluginExecution getPluginExecution(org.apache.maven.model.Plugin plugin,
String goal)
throws net.wasdev.wlp.common.plugins.util.PluginScenarioException
plugin - goal - net.wasdev.wlp.common.plugins.util.PluginScenarioExceptionpublic static org.apache.maven.model.PluginExecution getPluginExecution(org.apache.maven.project.MavenProject project,
String pluginKey,
String goal)
throws net.wasdev.wlp.common.plugins.util.PluginScenarioException
project - pluginKey - goal - net.wasdev.wlp.common.plugins.util.PluginScenarioExceptionCopyright © 2018 the original author or authors.