Versions Compared

Key

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

...

Panel

These instuctions assume the following:

  • The name of the Nexus Repository server is maven.mit.edu.  The actual server name may be different.

...

Panel

The private repositories can be accessed by using either http or https.

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]\\


Using https is highly recommended when using private repositories.

1. the setting.xml <server> element configuration

...