org.codehaus.mojo.wagon
Class MergeMavenRepoMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.codehaus.mojo.wagon.AbstractWagonMojo
          extended by org.codehaus.mojo.wagon.AbstractDoubleWagonMojo
              extended by org.codehaus.mojo.wagon.AbstractCopyMojo
                  extended by org.codehaus.mojo.wagon.MergeMavenRepoMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class MergeMavenRepoMojo
extends AbstractCopyMojo

Merge artifacts from one Maven repository to another Maven repository.


Field Summary
 
Fields inherited from class org.codehaus.mojo.wagon.AbstractDoubleWagonMojo
optimize, source, sourceId, target, targetId
 
Fields inherited from class org.codehaus.mojo.wagon.AbstractWagonMojo
project, settings, skip, wagonManager
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
MergeMavenRepoMojo()
           
 
Method Summary
protected  void copy(org.apache.maven.wagon.Wagon srcWagon, org.apache.maven.wagon.Wagon targetWagon)
           
 
Methods inherited from class org.codehaus.mojo.wagon.AbstractCopyMojo
execute
 
Methods inherited from class org.codehaus.mojo.wagon.AbstractWagonMojo
createWagon, getWagonFileSet
 
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
 

Constructor Detail

MergeMavenRepoMojo

public MergeMavenRepoMojo()
Method Detail

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-2012 The Kuali Foundation. All Rights Reserved.