...
Panel | ||||||||
---|---|---|---|---|---|---|---|---|
Configuring a Maven project to access a private repository requires setting up a name/password pair in the settings.xml file and associating the name/password with a specific repository which is defined in the project's pom.xml.
In the settings.xml, the <password> element must be the Team list name that was given to you when you received your repository confirmation. Refer to the PREREQUISITES section above. In the settings.xml, the <username> element must be build#string.
|
Panel | |||||||
---|---|---|---|---|---|---|---|
The private repositories can be accessed by using either http or https. Using https is highly recommended when using private repositories.
|
...