Top "Nexus" questions

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

How should I set _auth in .npmrc when using a Nexus https npm registry proxy?

Context My .npmrc file seems to be correctly read (checked with npm config ls -l both from command line and …

npm nexus npm-install
how to deploy my artifact on to my nexus?

I am using nexus open source as my repository manager for Maven 3.0.3 Maven is able to create artifact *.jar. Now, …

maven maven-2 maven-3 nexus
Maven Settings for multiple repositories

I have the following in settings.xml <mirrors> <mirror> <id>paid-jars</id> &…

java build repository maven-3 nexus
How to manage maven settings.xml on a shared jenkins server?

I have a Jenkins cluster that is shared by several teams, that I can configure build jobs on, However i …

maven jenkins nexus
How to configure maven project to deploy both snapshot and releases to Nexus?

How to configure maven project to deploy both snapshot and releases to Nexus? <distributionManagement> <repository> <…

maven deployment nexus
Remove artifacts from Nexus repository

I deployed some artifacts and I copy-pasted wrong name of those artifacts. I remember that manual playing with repository content …

repository nexus
how do I get sbt to use a local maven proxy repository (Nexus)?

I've got an sbt (Scala) project that currently pulls artifacts from the web. We'd like to move towards a corporate-standardized …

scala maven ivy nexus sbt
How do I provide URL access to the latest snapshot of an artifact in Nexus 2.x?

I would like to provide a simple URL that will always return the latest version of a snapshot version of …

maven nexus
Infrastructure with maven, Jenkins, Nexus

We are using maven. I want to set up infrastructure, so that automatically built artifacts would go to Nexus repository. …

maven jenkins nexus
Sonatype Nexus REST Api fetch latest build version

How can I can use the Sonatype REST Api to fetch the build with the highest version (latest temporal build)? …

rest build repository nexus sonatype