Skip to content

Latest commit

 

History

History
61 lines (40 loc) · 1.82 KB

nexus-access.adoc

File metadata and controls

61 lines (40 loc) · 1.82 KB

Nexus Access

If you are a paying client we can grant you access to our nexus server, your credentials are as follows :

username: <TO BE PROVIDED>

password: <TO BE PROVIDED>

Maven settings file

Please add the following to your maven settings.xml or add these credentials to your nexus server, please replace the username and password below:

 <servers>
        <server>
            <id>chronicle-enterprise-release</id>
            <username>username</username>
            <password>password</password>
        </server>
        <server>
            <id>chronicle-enterprise-snapshots</id>
            <username>username</username>
            <password>password</password>
        </server>
        <server>
            <id>third-party-release</id>
            <username>username</username>
            <password>password</password>
        </server>
    </servers>

Nexus UI

You won’t have access to our nexus UI, but to view the artifacts you have access to in a web browser navigate to:

you will first be asked to authenticate, click on login

PastedGraphic 10

and enter your username and password.

PastedGraphic 11

once you have authenticated in, and in the same browser session, please go to the following URL:

from here you can see what artifacts are available.

PastedGraphic 13

I suggest click on software then chronicle.

PastedGraphic 14

NOTE: you will only see the products you have been permission for.