| Package | Description |
|---|---|
| com.mulesoft.tools.migration.project.model | |
| com.mulesoft.tools.migration.project.model.pom |
| Modifier and Type | Method and Description |
|---|---|
Optional<PomModel> |
ApplicationModel.getPomModel()
Retrieves the
PomModel of this instance. |
| Modifier and Type | Method and Description |
|---|---|
PomModel |
PomModel.PomModelBuilder.build()
Builds the plugin based on the file pointed by the pom path.
|
static PomModel |
PomModelUtils.buildMinimalMule4ApplicationPom(String groupId,
String artifactId,
String version,
String packaging)
Builds a minimal
PomModel for a Mule 4 Application. |
| Modifier and Type | Method and Description |
|---|---|
static void |
PomModelUtils.addSharedLibs(PomModel model,
Dependency... dependencies) |
Copyright © 2018 MuleSoft Inc. All rights reserved.