public class DefaultMavenRepositoryBuilder extends Object
| Constructor and Description |
|---|
DefaultMavenRepositoryBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static MavenRepositoryImpl |
createStandardInstance() |
static MavenRepositoryImpl |
createStandardInstance(Integer maxPlugins) |
MavenRepository |
getInstance() |
DefaultMavenRepositoryBuilder |
withRemoteRepositories() |
public DefaultMavenRepositoryBuilder withRemoteRepositories() throws IOException, org.sonatype.nexus.index.context.UnsupportedExistingLuceneIndexException
IOExceptionorg.sonatype.nexus.index.context.UnsupportedExistingLuceneIndexExceptionpublic MavenRepository getInstance()
public static MavenRepositoryImpl createStandardInstance(Integer maxPlugins) throws Exception
maxPlugins - can be null.Exceptionpublic static MavenRepositoryImpl createStandardInstance() throws Exception
ExceptionCopyright © 2004-2012. All Rights Reserved.