| Package | Description |
|---|---|
| de.smartics.maven.plugin.jboss.modules.aether |
Helpers to interface via aether with repositories.
|
| Modifier and Type | Method and Description |
|---|---|
MojoRepositoryBuilder |
MojoRepositoryBuilder.with(java.util.List<org.eclipse.aether.repository.RemoteRepository> remoteRepositories)
Sets the remote repositories of artifacts.
|
MojoRepositoryBuilder |
MojoRepositoryBuilder.with(org.eclipse.aether.RepositorySystem repositorySystem)
Sets the system to run requests against.
|
MojoRepositoryBuilder |
MojoRepositoryBuilder.with(org.eclipse.aether.RepositorySystemSession session)
Sets the session to launch requests.
|
MojoRepositoryBuilder |
MojoRepositoryBuilder.withDependencyFilters(java.util.List<org.eclipse.aether.graph.DependencyFilter> dependencyFilters)
Sets the filters for dependencies.
|
MojoRepositoryBuilder |
MojoRepositoryBuilder.withManagedDependencies(java.util.List<org.eclipse.aether.graph.Dependency> managedDependencies)
Sets the list of managed dependencies to allow to resolve the appropriate
versions of artifacts.
|
MojoRepositoryBuilder |
MojoRepositoryBuilder.withOffline(boolean offline)
Sets the flag to set the system offline.
|
MojoRepositoryBuilder |
MojoRepositoryBuilder.withTraverserGenerator(DependencyTraverserGenerator traverserGenerator)
Sets the generator of traversers used to prune dependency branches.
|
Copyright © 2013-2016 FuseSource. All Rights Reserved.