Top "Nexus" questions

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

Maven repository hosting for non-public artifacts?

Is there some hosting solution, be it paid or free, that offers explicit maven repository hosting for non-public artifacts, preferably …

maven repository hosting nexus
Release a snapshot to nexus using maven 3.0.5

I am unable to release a snapshot version of an artifact which I build using maven to nexus. The version …

maven maven-3 nexus
How to limit number of deployed snapshots artifacts in Nexus?

We are using Nexus to deploy our snapshot artifacts. Our build server deploys them during each build using the following …

java maven nexus
No archetypes currently available. The archetype list will refresh when the indexes finish updating

In Eclipse with m2eclipse installed, when I choose File > New > Project... > Maven > Maven Project with …

maven m2eclipse nexus
Nexus Repo gives 503 with Maven but not with browser

I just created a Nexus repo on a remote server. If I go to a browser on my local computer …

maven nexus
How to make mvn deploy prompt for password?

I'm currently storing my maven credentials in ~/.m2/settings.xml: <server> <id>my_server_id</…

maven maven-3 nexus
How does Archiva compare to Nexus?

There are a few similar questions already, but most are either focused on Nexus vs. Artifactory, or are a few …

java maven ivy nexus archiva
Sonatype Nexus - unable to find valid certification path to requested target

I am using a local Sonaty Nexus where I am proxying a couple of external Maven repositories. Up to now …

security maven https nexus camunda
OrientDB corruption state in Nexus Repository version 3.2.0-01

We are using Nexus Repository version 3.2.0-01 and started getting the following error in nexus.log. OrientDB has got corrupted. …

orientdb nexus nexus3 n3dr
How to delete artifacts with classifier from Nexus using REST API?

I know how to delete a whole GAV using this command : curl --request DELETE --user "login:password" http://myNexus/service/…

rest maven nexus sonatype