Has any one tried pulling dependencies from RAM using maven co-ordinates?
Hello,
I am experimenting integration of Maven and Rational Asset Manager. I was able to successfully deploy artifacts to RAM using mvn-deploy. however I am having trouble to pull artifacts from RAM using maven co-ordinates.
Although the dependencies are in RAM it is throwing an error: "artifact not found "
Have any one tried pulling dependencies from RAM using maven co-ordinates? if yes, can you please advise.
Note:
* I configured my settings.xml with credentials for rational.repo
* I also tried adding <classifier> and <type> in the dependency tag
Thanks
Comments
Lin Lu
JAZZ DEVELOPER Nov 09 '14, 11:37 p.m.Hi,
I think jars in RAM could be fetched according to your dependency config, using Group.id and asset name as artifact id.
What is your RAM repository version? Do you configure anonymous user role in community to allow anonymous to fetch your artifact in maven community, or you need a authorization for fetching artifact?