Versions Compared

Key

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

How to configure Maven setting.xml and pom.xml to access a Nexus private repository

PREREQUISITES

...

indent
1
1

Before you begin, you must have done the following:
Panel
  • Requested and received confirmation that a private Nexus repository has been created.

    When you receive confirmaiton that the private repository has been created, you will given the following information:

    indent
    1
    1
    repository name\\
    repository group name\\
    Team ID\\
    Team list name\\
    

    You will need the above information to configure your Maven project so that it can access the private repository.

...