org.apache.maven.surefire.its
Class StagedLocalRepoHelper

java.lang.Object
  extended by org.apache.maven.surefire.its.StagedLocalRepoHelper

public final class StagedLocalRepoHelper
extends Object

Helper class to assist in using verifier with a staged local repository.

Since:
05-Jan-2010 07:36:22
Author:
Stephen Connolly

Method Summary
static void createStagedSettingsXml(File originalSettingsXml, File stagedLocalRepo, File stagedSettingsXml)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createStagedSettingsXml

public static void createStagedSettingsXml(File originalSettingsXml,
                                           File stagedLocalRepo,
                                           File stagedSettingsXml)
                                    throws IOException
Throws:
IOException


Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.