Skip to content

atibi/nexus-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Sonatype Nexus REST and Integration API scripts

Scripts for REST and Integration API as documented in http://books.sonatype.com/nexus-book/reference3/scripting.html

findByGroupIdAndExtension:: JSON script that list artifacts of a maven2 repository

curl -v -X POST -u admin:admin123 --header "Content-Type: text/plain" "http://localhost:8081/service/siesta/rest/v1/script/findByGroupIdAndExtension/run" -d '{"repoName":"maven-releases","groupId":"com.mondora", "extension":"jar"}'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published