Top "Nexus" questions

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

Error when deploying an artifact in Nexus

Im' getting an error when deploying an artifact in my own repository in a Nexus server: "Failed to deploy artifacts: …

maven deployment pom.xml nexus
What is the difference between Nexus and Maven?

What is the difference between Nexus and Maven? What is a basic scenario of usage only Maven? What about a …

maven nexus
Upload artifacts to Nexus, without Maven

I have a non-Java project that produces a versioned build artifact, and I want to upload this to a Nexus …

nexus
Maven error: Not authorized, ReasonPhrase:Unauthorized

I checked out my code from the Nexus repository repository. I changed the password for my account and set it …

java maven repository maven-3 nexus
How to specify maven's distributionManagement organisation wide?

I'm trying to figure out how to organize many (around 50+) maven2 projects, so that they can deploy into a central …

java maven deployment maven-2 nexus
How to manually deploy artifacts in Nexus Repository Manager OSS 3

After installing Nexus Repository Manager OSS 3 I do not see option Artifact Upload to upload artifacts through web page. In …

repository nexus artifacts nexus3
Should we use Nexus or Artifactory for a Maven Repo?

We are using Maven for a large build process (> 100 modules). We have been storing our external dependencies in source …

maven-2 nexus artifactory
Maven Snapshot Repository vs Release Repository

What is the difference between a Snapshot Repository and Release Repository? This is with reference to setting up Repositories (like …

maven repository release nexus snapshot
Using the Nexus rest API to get latest artifact version for given groupid/artifactId

I am trying to use the nexus REST api to get the latest version of a maven artifact. I am …

maven-2 maven nexus
How to store releases/binaries in GitLab?

I am building a workflow with Gitlab, Jenkins and - probably - Nexus (I need an artifact storage). I would …

git jenkins gitlab nexus