| Package | Description |
|---|---|
| com.mulesoft.tools.migration.project.model.pom |
| Modifier and Type | Method and Description |
|---|---|
Plugin |
Plugin.PluginBuilder.build()
Builds the plugin.
|
static Plugin |
PomModelUtils.buildMule4MuleMavenPluginConfiguration()
Builds the minimal mule-maven-plugin configuration for Mule 4 applications
|
| Modifier and Type | Method and Description |
|---|---|
List<Plugin> |
PomModel.getPlugins()
Retrieves the list of plugins declared in the build section.
|
Optional<Plugin> |
PomModel.removePlugin(Predicate<Plugin> pluginPredicate)
Remove the first plugins that satisfies a predicate.
|
List<Plugin> |
PomModel.removePlugins(Predicate<Plugin> pluginPredicate)
Remove all the plugins that satisfies a predicate.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PomModel.addPlugin(Plugin plugin)
Adds a plugin to the build section in the pom.
|
void |
PomModel.removePlugin(Plugin plugin)
Removes the specified plugin from the list of plugins declared in the build section.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<Plugin> |
PomModel.removePlugin(Predicate<Plugin> pluginPredicate)
Remove the first plugins that satisfies a predicate.
|
List<Plugin> |
PomModel.removePlugins(Predicate<Plugin> pluginPredicate)
Remove all the plugins that satisfies a predicate.
|
Copyright © 2018 MuleSoft Inc. All rights reserved.