Top "Sonatype" questions

Sonatype - the company running the Central Repository that coined the Component Lifecycle Management

Sonatype Nexus REST Api fetch latest build version

How can I can use the Sonatype REST Api to fetch the build with the highest version (latest temporal build)? …

rest build repository nexus sonatype
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
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
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
yuicompressor maven plugin and maven-war-plugin

I've been struggling with getting this plugin to play nicely with the maven-war-plugin for a couple of hours now and …

maven plugins yui-compressor sonatype
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
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
Can't use Nexus Repository Manager 3.0 default admin user

Just installed Nexus 3.0.0-03, started up, followed the doc, but can't login with default admin/admin123. The only error I …

nexus sonatype nexus3
Nexus 3 - File Upload to hosted Maven Repository

I want to upload some files to a newly generated hosted Maven Repository on my Nexus OSS 3 Instance. I need …

curl nexus sonatype
How do you import a Maven dependency from Sonatype.org?

I'm trying to import Robolectric into my Maven project, with: <dependency> <groupId>com.pivotallabs</groupId&…

maven robolectric sonatype