org.apache.maven.model.converter
Interface ArtifactPomRewriter
- All Known Implementing Classes: 
 - V3PomRewriter, V4PomRewriter
 
public interface ArtifactPomRewriter
- Author:
 
  - jdcasey
 
 
 
ROLE
static final String ROLE
V3_POM
static final String V3_POM
- See Also:
 - Constant Field Values
 
V4_POM
static final String V4_POM
- See Also:
 - Constant Field Values
 
rewrite
void rewrite(Reader from,
             Writer to,
             boolean reportOnly,
             String groupId,
             String artifactId,
             String version,
             String packaging)
             throws Exception
- Throws:
 Exception
 
getWarnings
List getWarnings()
 
Copyright © 2002–2013 The Apache Software Foundation. All rights reserved.