How to download assets from Rational asset manager using maven co-ordinates
Hello,
I am using RAM as my maven repository. I am unable to download artifacts from RAM. I was able to successfully deploy my artifacts using Jenkins build. I tried pulling the artifacts i deployed via Jenkins and the ones that i deployed manually..but i get a artifact not found error.
I also tried downloading the artifacts that are in Sample Maven community ( which are the ones that came along with the maven libraries.) no luck with them either.
have any one tried and succeeded before using mvn clean - U install to pull these dependencies??
Thanks
One answer
Hi Sreedevi,
RAM could be used as maven repository to store maven assets and of course you could get maven asset from maven repository.
Do not try the command you mentioned, and simply use mvn install and add some other parameters, this command is used to install some file to local repository.
Hope this could work, thanks & regards...
Bryan
RAM could be used as maven repository to store maven assets and of course you could get maven asset from maven repository.
Do not try the command you mentioned, and simply use mvn install and add some other parameters, this command is used to install some file to local repository.
Hope this could work, thanks & regards...
Bryan