org.apache.maven.model.converter

Interface ArtifactPomRewriter

public interface ArtifactPomRewriter

Author: jdcasey

Field Summary
static StringROLE
static StringV3_POM
static StringV4_POM
Method Summary
ListgetWarnings()
voidrewrite(Reader from, Writer to, boolean reportOnly, String groupId, String artifactId, String version, String packaging)

Field Detail

ROLE

public static final String ROLE

V3_POM

public static final String V3_POM

V4_POM

public static final String V4_POM

Method Detail

getWarnings

public List getWarnings()

rewrite

public void rewrite(Reader from, Writer to, boolean reportOnly, String groupId, String artifactId, String version, String packaging)
Copyright © 2001-2008 Apache Software Foundation. All Rights Reserved.