简体   繁体   中英

How to add a special repository to the sonatype nexus

I am new in Maven. So be calm ;)

In my company we are using a Sonatype Nexus Repository Manager.

Now I have found two big repositories which contain the special artifact (JCraft - Jsch) I was searching for:

Now, I want to know how to add one (or both) of the repositories above to my maven repositories. For this I need several things like a "Remote Storage Location" (an URL) of the repository I want to add. But I can't find it anywhere on the pages above.

Can you help me?!

Both artifacts you are looking for are already available in a default installation of the Nexus Repository Manager.

This is due to the fact that they are available in the Central Repository and it is configured as a proxy repository and part of the public repository group.

Please read more about the configuration for Maven and the repository manager in general in the documentation.

http://books.sonatype.com/nexus-book/reference/config.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM