Top "Nexus" questions

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

Sonatype Nexus: How to use Amazon S3 as a storage for maven artifacts?

I've got a task to examine how to make our internal Nexus installation (installed on CentOs/RHEL) to store artifacts …

maven amazon-s3 nexus
Maven: Why is the -SNAPSHOT suffix missing from artifact file name?

My maven artifact is deployed to a Nexus snapshot repository. There, it is stored in the correct directory, but its …

maven nexus snapshot artifact
How to run nexus sonatype on port 80?

I have a fedora server. I installed tomcat via yum package manager. Then I deployed the nexus war on the …

tomcat fedora nexus port80
Deploying Maven assembly ZIP to nexus

I am using the assembly plugin to build a jar with dependancies and then zip the project. The zip should …

maven wget nexus maven-assembly-plugin maven-deploy-plugin
dummy:dummy:jar:1.0, surefire-junit4, maven and Nexus

So we recently implemented a Nexus server for our maven repository manager. We proxy about 30 outside repositories and funnel them …

maven nexus surefire
nexus or artifactory with nuget?

I am trying to introduce decent reference management to my organisation. Having used Nexus with Maven before, I know it …

jenkins nuget nexus nuget-package artifactory
Where to save the setting-security.xml file to use Maven encryption?

We are using TeamCity 9.1 and the default bundled Maven version 3.0.5 In the build, we are using Maven to interact with …

maven nexus teamcity-9.1
Purge old release from Nexus 3

I use Nexus 3 and I want to delete my old releases. In Nexus 2 there is a scheduled task called Remove …

nexus nexus3
It's possible to put binary files on nexus repository?

At my work all development uses Java technology, and we use Nexus to manage our Maven repositories. But for a …

repository binaryfiles nexus
Why is Maven uploading incorrectly snapshots to release repository?

I'm trying to use the maven-deploy-plugin to upload releases and snapshots into a Nexus repository. However I run across this …

maven nexus maven-deploy-plugin