MavenProject reactorProject = (MavenProject) reactorProjects.next();
reactorProject.setParent( project );
}
ArchiverManagerStub.archiverStub = new JarArchiverStub()
{
public void addDirectory( File file, String string, String[] includes, String[] excludes )
throws ArchiverException
{
throw new ArchiverException( "Intentional exception" );