org.apache.maven.plugin.assembly.repository
Interface RepositoryAssembler

All Known Implementing Classes:
DefaultRepositoryAssembler

public interface RepositoryAssembler

Author:
Jason van Zyl

Field Summary
static java.lang.String ROLE
           
 
Method Summary
 void assemble(java.io.File outputDirectory, java.util.List artifacts, java.util.List remoteRepositories)
           
 

Field Detail

ROLE

static final java.lang.String ROLE
Method Detail

assemble

void assemble(java.io.File outputDirectory,
              java.util.List artifacts,
              java.util.List remoteRepositories)
              throws RepositoryAssemblyException
Throws:
RepositoryAssemblyException


Copyright © 2002-2009 Apache Software Foundation. All Rights Reserved.