PREREQUISITES
Panel | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Before you begin, you must have done the following:
|
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.
|
Panel | |||||||
---|---|---|---|---|---|---|---|
The snapshot repositories can be accessed by using either http or https.
|
1. the settings.xml <server> element configuration
Panel | ||
---|---|---|
|
2. the Maven pom.xml <distributionManagement> element configuration
Panel | ||
---|---|---|
|