Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rburgst/nexus-addscript
fully self sufficient fat jar that enables uploading groovy scripts to nexus3
https://github.com/rburgst/nexus-addscript
Last synced: 2 days ago
JSON representation
fully self sufficient fat jar that enables uploading groovy scripts to nexus3
- Host: GitHub
- URL: https://github.com/rburgst/nexus-addscript
- Owner: rburgst
- Created: 2017-05-10T19:22:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-10T19:34:54.000Z (over 7 years ago)
- Last Synced: 2024-11-08T17:53:07.185Z (about 2 months ago)
- Language: Groovy
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nexus-addscript
This is a nexus upload script that can upload groovy scripts into nexus 3.
This project basically copies the sample nexus groovy upload script and packages it in a fat jar,
so that it can be used in docker containers, etc where downloading all dependencies is not encouraged.For more info, please check
* [https://github.com/sonatype/nexus-book-examples/blob/nexus-3.x/scripting/complex-script/addUpdateScript.groovy](https://github.com/sonatype/nexus-book-examples/blob/nexus-3.x/scripting/complex-script/addUpdateScript.groovy)
## Build
gradle shadowJar
## Usagejava -jar build/libs/nexus-addscript-all.jar -u "admin" -p "admin123" -n "config" -f "./config.groovy" -h "http://localhost:8081"