org.apache.maven
Class MavenTestUtils

java.lang.Object
  extended by org.apache.maven.MavenTestUtils

public class MavenTestUtils
extends Object

This is a utility class for helping to configure a PlexusTestCase for testing with maven.

Version:
$Id: MavenTestUtils.java 495147 2007-01-11 07:47:53Z jvanzyl $
Author:
Trygve Laugstøl

Method Summary
static void customizeContext(org.codehaus.plexus.PlexusContainer container, File basedir, File mavenHome, File mavenHomeLocal)
           
static org.codehaus.plexus.PlexusContainer getContainerInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getContainerInstance

public static org.codehaus.plexus.PlexusContainer getContainerInstance()

customizeContext

public static void customizeContext(org.codehaus.plexus.PlexusContainer container,
                                    File basedir,
                                    File mavenHome,
                                    File mavenHomeLocal)
                             throws Exception
Throws:
Exception


Copyright © 2001-2009 The Apache Software Foundation. All Rights Reserved.