Top "Nexus" questions

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

Maven Error: No plugin found for prefix ‘archetype’ in the current project using Nexus

I am trying to setup MAVEN in my company's local network which is not connected to the internet directly. Also …

maven nexus archetypes
How to set _auth for a scoped registry in .npmrc?

I am wondering how to configure the .npmrc file so that I can have a default registry and a different …

node.js authentication npm nexus npm-publish
Push Docker image to Nexus 3

After starting a Sonatype Nexus 3 image (command 1) I tried to create a repo and push one test image (command 2) to …

docker nexus sonatype nexus3
maven-metadata.xml is not updated when deploying to nexus

i am using Apache Maven 3.0 Nexus Open Source Edition, Version: 1.8.0.1 this is part of my pom.xml <plugin> &…

maven maven-3 nexus maven-deploy-plugin maven-metadata
Why the snapshot name always has date in its jar file name ? How to remove it

When I deploy jar, maven always add date in its file name, this make the file name repository different from …

java deployment maven nexus
What is the minimal set of privileges required to deploy artifacts to Nexus 3?

I'm using Nexus Repository Manager 3.1.0-04, and I want to create a user to just have deployment permissions. What are …

maven deployment nexus nexus3
How does my pom find my parent pom if the repositories are configured in the parent pom?

I've refactored all repository configuration out of my various projects into a parent pom that I've created for the specific …

maven nexus
Nexus accepts upload but says it failed

When I execute mvn release:perform on a parent POM, the server is responding with this error about one of …

java maven nexus
How to configure maven settings.xml to access nexus behind an apache proxy

I'm having trouble with getting artifacts from nexus and I hope that the community can help me out. It is …

maven nexus mod-proxy http-proxy
Sonatype Nexus: How to set a single server credentials for multiple repositories in maven's settings.xml?

We have multiple repositories in Nexus (i.e., releases, snapshot and site). All 3 repos are under public group and users …

maven nexus sonatype