How to configure a Maven pom.xml to access the Nexus M.I.T. public repositories
PREREQUISITES
indentpanel | |||||||
---|---|---|---|---|---|---|---|
1 | 1 | ; Before you begin, you must have the following:
| |||||
Panel | |||||||
|
Panel | |||||||||
---|---|---|---|---|---|---|---|---|---|
These instuctions assume the following:
|
Overview
Panel | |||||||
---|---|---|---|---|---|---|---|
The M.I.T. public repositories can be accessed by using either http or https. If you want to use https, then you must enable Maven for SSL operations.
|
1. The pom.xml <repository> element
Panel | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
To access the M.I.T. public maven Maven repositories, add the following to the <repositories> element in your Maven project's pom.xml.
|