i want use nexus 3's embedded groovy instead of installing groovy package installs openjdk java. there easy way this?
i want run command using embedded groovy:
groovy addupdatescript.groovy -u "admin" -p "admin123" -n "raw" -f "rawrepositories.groovy" -h "http://localhost:8081"
this add groovy script support nexus3 chef cookbook: https://supermarket.chef.io/cookbooks/nexus3
the groovy embedded in nexus repository manager purely available on classpath of application. easier either install client side groovy system or upload groovy script shell script uses simple bash commands. examples part of script examples. can find them in examples repository @ https://github.com/sonatype/nexus-book-examples/tree/nexus-3.x/scripting/simple-shell-example
i put blog post , video demos of @ http://www.sonatype.org/nexus/2016/06/08/integrating-nexus-repository-3/
i hope helps.
Comments
Post a Comment