...
Panel | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Before you begin, you must have done the following:
When you receive confirmaiton that the private repository has been created, you will given the following information: indent | | 1 |
a Developer Tools Team account has been created. You can always [request a Developer Tools Team account|https://mv-ezproxy-com.ezproxyberklee.flo.org/devtoolsSupport/dvTeamAccountRequest.jsp] at any time.\\
\\
When you receive confirmaiton that the private repository has been created, you will given the following information:\\
|
indent | ||||
---|---|---|---|---|
|
snapshot repository name\\
Team ID\\
Team list name\\
|
\\ You will need the above information to configure your Maven project so that it can access your snapshot repository.\\ |
Panel | ||||||||
---|---|---|---|---|---|---|---|---|
These instuctions assume the following:
|
Overview
Panel | ||||||||
---|---|---|---|---|---|---|---|---|
Configuring a Maven project to access a snapshot repository requires setting up a name/password pair in the settings.xml file and associating the name/password with a specific distributionManagement 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 deploy#string.
|
Panel | |||||||
---|---|---|---|---|---|---|---|
The snapshot repositories can be accessed by using either http or https.
|
...