Solved
Adobes git.corp.adobe.com artifacts access
Just trying to put a service to automate the content import from dropbox using adobe's bulkimport services https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/assets/assets-view/bulk-import-assets-view
Bulk import uses following artifact,
<groupId>com.adobe.cq.dam</groupId> <artifactId>cq-dam-processor-nui</artifactId>
This artifact is not available in public repository
it is in adobe private github repo
<scm> <connection>scm:git:git@git.corp.adobe.com:CQ/dam.git</connection> <developerConnection>scm:git:git@git.corp.adobe.com:CQ/dam.git</developerConnection> <url>https://git.corp.adobe.com/CQ/dam/tree/master/bundles/processor-nui</url> <tag>cq-dam-processor-nui-1.1.840</tag> </scm>
is not accessible.
Right now I create a local repo in maven project, downloaded this jar from my local aem bundle, added to aemaacs maven project and embedded in core project. Code is working fine, it is getting deployed to adobe clould pipeline successfully.
Not sure this is the right approach. Are there any other alternatives?
Is there a way to get access to github.corp.adobe.com repo?
