public final class Maven extends Object
| Modifier and Type | Method and Description |
|---|---|
static org.apache.maven.model.Model |
readModel(Path pom)
Read the
Path as a Model |
static void |
writeModel(org.apache.maven.model.Model model)
Shortcut to writeModel(model,model.getPomFile().toPath());
|
static void |
writeModel(org.apache.maven.model.Model model,
Path pom)
Write the Model back to the provided
Path |
public static org.apache.maven.model.Model readModel(Path pom)
Path as a Modelpom - a path to a pom.xml fileModelpublic static void writeModel(org.apache.maven.model.Model model)
model - Copyright © 2018 JBoss by Red Hat. All rights reserved.