Need to upload contents to artifactory from Maven

Hi lingocoder,

It worked :slight_smile: . The issue was with this URL
url “${repositoryServer}/repo1-cache”
I changed it to
url “${repositoryServer}/repo1”

Thanks for your reply