public class DefaultRepositorySystemSessionAutoConfiguration extends java.lang.Object implements RepositorySystemSessionAutoConfiguration
A RepositorySystemSessionAutoConfiguration that, in the absence of any configuration, applies sensible defaults.
| Modifiers | Name | Description |
|---|---|---|
static java.lang.String |
RESOLUTION_THREADS_PROPERTY |
System property that sets the number of threads Maven Resolver uses to collect the dependency graph and to transfer metadata and artifacts in parallel. |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public void |
apply(DefaultRepositorySystemSession session, RepositorySystem repositorySystem) |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#equals(java.lang.Object), java.lang.Object#getClass(), java.lang.Object#hashCode(), java.lang.Object#notify(), java.lang.Object#notifyAll(), java.lang.Object#toString(), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int) |
System property that sets the number of threads Maven Resolver uses to collect the dependency
graph and to transfer metadata and artifacts in parallel. When unset (or not a positive
integer) it defaults to max(8, availableProcessors * 2).