I have a requirement to pull in packages from a private maven feed. I have added the package repository to my pom.xml files. I have verified that this works locally and I'm able to use ~/.m2/settings.xml to authenticate against the feed.
How can I configure the settings.xml file to authenticate against this feed in the AEMaaCS build & deployment pipelines?
Solved! Go to Solution.
Views
Replies
Total Likes
In order to use a private Maven repository within Cloud Manager:
.cloudmanager/maven/settings.xml
in the git repositoryplease check the link posted by @nitesh_kumar
Hi @dylanmccurry ,
You can follow the below link and make the changes accordingly to connect to the private maven repository on Cloud Manager build.
Regards,
Nitesh
In order to use a private Maven repository within Cloud Manager:
.cloudmanager/maven/settings.xml
in the git repositoryplease check the link posted by @nitesh_kumar
Brilliant, thank you!
Is it possible to do something similar with NPM packages as well? e.g., if we use .npmrc files for private npm repositories?
Views
Replies
Total Likes
I think this will work with .npmrc files as well.
https://www.netcentric.biz/insights/2020/08/private-repository-cloud-manager
Views
Likes
Replies