org.codehaus.mojo.wagon
Class CopyMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.codehaus.mojo.wagon.AbstractWagonMojo
org.codehaus.mojo.wagon.AbstractDoubleWagonMojo
org.codehaus.mojo.wagon.AbstractCopyMojo
org.codehaus.mojo.wagon.CopyMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
public class CopyMojo
- extends AbstractCopyMojo
Copy artifacts from one Wagon repository to another Wagon repository.
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
Method Summary |
protected void |
copy(org.apache.maven.wagon.Wagon srcWagon,
org.apache.maven.wagon.Wagon targetWagon)
|
Methods inherited from class org.apache.maven.plugin.AbstractMojo |
getLog, getPluginContext, setLog, setPluginContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CopyMojo
public CopyMojo()
copy
protected void copy(org.apache.maven.wagon.Wagon srcWagon,
org.apache.maven.wagon.Wagon targetWagon)
throws IOException,
org.apache.maven.wagon.WagonException
- Specified by:
copy
in class AbstractCopyMojo
- Throws:
IOException
org.apache.maven.wagon.WagonException
Copyright © 2008–2014 The Kuali Foundation. All rights reserved.