Top "Nexus" questions

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

How to access a secured Nexus with sbt?

I'm trying to access a Nexus repository manager which requires some basic authentication. Everything works fine from Maven2 but when …

sbt ivy nexus
How to download artifacts using wget from Sonatype Nexus

I got a Sonatype Nexus instance up and running and need to write a script to download a specific artifact …

linux wget nexus sonatype
Unable to publish to an NPM Registry (local)

I am running Nexus 3.0.1-01, and am using it to host both Maven repositories and NPM registries. For NPM, I …

nexus
Publish Snapshot vs Publish Release in Gradle With Continuous Integration

I'm just learning Gradle, coming from both an Ant+Ivy and Maven background and I'm trying to wrap my head …

gradle dependency-management nexus
Maven private remote repository setup

I'm trying to set up a private remote repository for our team. Now the repository serves the following with so …

maven repository settings nexus archiva
How to force Sonatype Nexus to update?

I am trying to use onejar-maven-plugin in my pom.xml: <plugin> <groupId>org.dstovall</groupId&…

maven maven-2 m2eclipse nexus sonatype
kubectl not able to pull the image from private repository

I am running kubeadm alpha version to set up my kubernates cluster. From kubernates , I am trying to pull docker …

docker kubernetes nexus kubectl kubeadm
Nexus: Could not find artifact

Recently I've migrated from Archiva to Sonatype Nexus. I'm trying to use Jars from 3rd party repositories and Nexus does …

maven caching repository nexus
Best practices in naming conventions on Maven artifactID (is there restriction?)

My team is new to Maven and we haven't been able to find any definitive guidance on selecting artifactIDs for …

maven naming-conventions nexus artifactory archiva
Maven release plugin fails : source artifacts getting deployed twice

We are using the maven release plugin on hudson and trying to automate the release process. The release:prepare works …

java maven nexus maven-release-plugin