org.apache.maven.model.converter
Class V3PomRewriter
java.lang.Object
org.apache.maven.model.converter.V3PomRewriter
- All Implemented Interfaces:
- ArtifactPomRewriter
public class V3PomRewriter
- extends Object
- implements ArtifactPomRewriter
- Author:
- jdcasey
- Plexus component:
- role:
- "org.apache.maven.model.converter.ArtifactPomRewriter"
- role-hint:
- "v3"
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
V3PomRewriter
public V3PomRewriter()
rewrite
public void rewrite(Reader from,
Writer to,
boolean reportOnly,
String groupId,
String artifactId,
String version,
String packaging)
throws Exception
- Specified by:
rewrite
in interface ArtifactPomRewriter
- Throws:
Exception
getWarnings
public List getWarnings()
- Specified by:
getWarnings
in interface ArtifactPomRewriter
Copyright © 2002–2013 The Apache Software Foundation. All rights reserved.