I want to upload all .jar
files in a directory to nexus repository manager.
I have tried :
curl --upload-file $(find -name *.jar) nexus-host -u username:password
This does not work.
I want to upload all .jar
files in a directory to nexus repository manager.
I have tried :
curl --upload-file $(find -name *.jar) nexus-host -u username:password
This does not work.