Top "Nexus" questions

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

sbt: publish to corporate Nexus repository unauthorized

Quick resolution The required credential expects the exact realm as defined by nexus. See below how to find the one …

scala maven sbt ivy nexus
how to upload JAR to Nexus OSS 3?

How to perform an upload of a jar via curl the Nexus 3? I tried using the link tips but without …

nexus nexus3
REST API for Sonatype Nexus v3.x

I can't find any information for using the REST API for Nexus v3.x (milestone 6 is the current latest), neither …

api rest nexus sonatype
Publish a zip file to Nexus (Maven) with Gradle

Say you have a PL file you want to upload to Nexus with Gradle. How would such a script look …

maven gradle nexus progress-4gl openedge
How do I backup a nexus repository manager

The nexus book: http://www.sonatype.com/books/nexus-book/reference/. Does not seem to spend any time on how one …

maven-2 backup nexus
Upload/Download entire directory to Nexus through Maven

Is it possible to upload/download an entire directory and all of the sub-directories within it to/from a Nexus …

maven-2 upload download directory nexus
What is a p2 repository?

I'm working on a project now for a few months where we use "p2-repositories". I know that I get …

eclipse maven osgi nexus p2
Nexus artifact delete command

I have uploaded the artifact to Sonatype Nexus from command line by using MAVEN/maven/bin/mvn -X -e deploy:…

nexus sonatype
How to pass in credentials when connecting to sonatype nexus (anonymous login disabled)?

In eclipse, the m2eclipse plugin will prompt me for my credentials when I'm building a maven2 project. And it …

java maven-2 command-line nexus sonatype
change deployed artifact name based on profile

I have in a web application's pom file, a build profile, which does some necessary things (in my code) for …

maven profile nexus classification maven-deploy-plugin