Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

How to configure a Maven pom.xml to access the Nexus M.I.T. public repositories

PREREQUISITES

Panel

Before you begin, you must have the following:

...

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.
For instructions on how the configure Maven for https, refer to:

indent
1
1

* [Maven, https and Java keystores with Mac OS X|Maven, https and Java keystores with Mac OS X],
* [Maven, https and Java keystores with Windows|Maven, https and Java keystores with Windows], or
* [Maven, https and Java keystores|Maven, https and Java keystores]\\


1. The pom.xml <repository> element

...