Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse - configure nexus repositroy

Tags:

Can someone help how should i configure Nexus remote repository into my eclipse.

Is it possible to configure nexus remote URL ? or not , i am not sure. If someone has any idea please share me.

like image 297
Vaseem Ahmed Avatar asked Jul 16 '17 13:07

Vaseem Ahmed


People also ask

How do I set up Nexus repository?

Setting Up Nexus Repository Manager OSS The first step is to download the repository manager. You can download it here for Windows, Linux, and OS X. After downloading the file, you will have to extract it. Find the folder that contains a bin folder.

Where does nexus store configuration?

nexus/conf — All the nexus configuration files are stored here, this includes repository configuration, security configuration, and log configuration. Although you can recreate them in theory, you'd hate to lose them — it takes time to recreate them, so, back up this folder.


1 Answers

There is no direct way of entering Nexus URLs in Eclipse

You have to modify the repostiory URLs through Maven settings.xml.

If you are using Maven eclipse plugin. Location of settings file can be found from Maven->User Settings preference.

More details can be found here https://maven.apache.org/settings.html

like image 154
saurav Avatar answered Oct 12 '22 10:10

saurav