Top "Nexus" questions

Nexus is a Repository Manager for Maven, NuGet and other binary artifact repositories.

Authentication error on publishing to private NPM repository on Nexus

I am having authentication problem when publishing to my private npm registry hosted on my private Nexus. My Nexus setup …

node.js npm nexus
How to specify local registry in yarn?

I have a local nexus server, I'd like yarn to look through it before going online, basically prefer-offline yarn install …

node.js nexus yarnpkg
Difference between Git and Nexus?

I can't seem to find what the difference is between Git and Nexus. Are the two comparable?

git repository nexus
Maven not using local repository

I have a small problem with my Maven config. All other questions and answers here didn't solve my problem, so …

java maven nexus
Can Nexus or Artifactory store simple tar.gz artifacts?

I have cloud servers located in separate data centers across the world. Each data center is separate from the others. …

deployment nexus artifactory artifacts
Nexus repository manager as pip local server not working properly

A local nexus server has been setup as our pip local server. I'm trying to install a sample/test class (…

python pip nexus localserver
mvn:install to place my jar in nexus remote repository

I am using maven in eclipse (m2 eclipse) When i execute mvn:install i want my jar(artifact) to be …

maven repository nexus
Eclipse startup error

Today when I started eclipse I got the following error message: An internal error occurred during: "Updating indexes". Java heap …

java eclipse maven nexus
What's the purpose of an artifact repository?

Wherever you read about continuous delivery or continuous integration it's recommended to use an artifact repository to store the artifacts …

continuous-integration nexus artifactory
Upload sources to nexus repository with gradle

I successfully uploaded my jars to a nexus repository using the maven plugin for gradle but it didn't upload the …

java gradle nexus