| Constructor and Description |
|---|
PomModelBuilder() |
| Modifier and Type | Method and Description |
|---|---|
PomModel |
build()
Builds the plugin based on the file pointed by the pom path.
|
PomModel.PomModelBuilder |
withArtifactId(String artifactId) |
PomModel.PomModelBuilder |
withPackaging(String packaging) |
PomModel.PomModelBuilder |
withPom(Path pomPath) |
public PomModel.PomModelBuilder withPom(Path pomPath)
public PomModel.PomModelBuilder withArtifactId(String artifactId)
public PomModel.PomModelBuilder withPackaging(String packaging)
public PomModel build() throws IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
IOExceptionorg.codehaus.plexus.util.xml.pull.XmlPullParserExceptionCopyright © 2018 MuleSoft Inc. All rights reserved.