public interface ModelConverter
Modifier and Type | Method and Description |
---|---|
List |
getWarnings() |
org.apache.maven.model.Model |
translate(org.apache.maven.model.v3_0_0.Model v3Model) |
void |
validateV4Basics(org.apache.maven.model.Model model,
String groupId,
String artifactId,
String version,
String packaging) |
static final String ROLE
org.apache.maven.model.Model translate(org.apache.maven.model.v3_0_0.Model v3Model) throws PomTranslationException
PomTranslationException
void validateV4Basics(org.apache.maven.model.Model model, String groupId, String artifactId, String version, String packaging)
List getWarnings()
Copyright © 2002-2012 Apache Software Foundation. All Rights Reserved.