mirror of https://github.com/apache/maven.git
o Extended API docs
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1086984 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e2ad36018b
commit
baee7d7289
|
@ -54,7 +54,9 @@ public class MavenRepositorySystemSession
|
|||
|
||||
/**
|
||||
* Creates a new Maven-like repository system session by initializing the session with values typical for
|
||||
* Maven-based resolution.
|
||||
* Maven-based resolution. In more detail, this constructor configures settings relevant for the processing of
|
||||
* dependency graphs, most other settings remain at their generic default value. Use the various setters to further
|
||||
* configure the session with authentication, mirror, proxy and other information required for your environment.
|
||||
*/
|
||||
public MavenRepositorySystemSession()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue