public interface SuperPomProvider
Modifier and Type | Method and Description |
---|---|
org.apache.maven.api.model.Model |
getSuperModel(String version)
Gets the super POM for the specified model version.
|
org.apache.maven.api.model.Model getSuperModel(String version)
version
- The model version to retrieve the super POM for (e.g. "4.0.0"), must not be null
.null
.Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.