Having similar issue to this https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/cloud-manager-deployment-c...
<memsource.version>3.1.15.5</memsource.version>
..
<repositories>
<!-- for Phrase Memsource -->
<repository>
<id>phrase-memsource</id>
<name>memsource</name>
<url>file:${project.basedir}/repository</url>
</repository>
</repositories>
<dependency>
<groupId>com.memsource</groupId>
<artifactId>aem-memsource-plugin.all</artifactId>
<version>${memsource.version}</version>
<type>zip</type>
</dependency>
Solved! Go to Solution.
Views
Replies
Total Likes
This has been resolved with Adobe tech support help.
1. Adobe support worked with the engineering team to clear the cache and set the CM_DISABLE_BUILD_REUSE (https://experienceleague.adobe.com/docs/experience-manager-cloud-manager/content/getting-started/pro...) so that artifacts are not reused.
2. After the above, on redeploying the build, the plugin was installed successfully.
@surenk can you cross check your repository folder and place of your entry in pom.xml? I think you need to add dependency also to all pom.xml only and repository folder is inside all module?
Thanks @Shashi_Mulugu
1. I did add the dependency in "/project-root/all/pom.xml"
2. Earlier tried placing "repository" folder in the project root, but think Maven when using
@surenk Did you find the suggestions from users helpful? Please let us know if more information is required. Otherwise, please mark the answer as correct for posterity. If you have found out solution yourself, please share it with the community.
Views
Replies
Total Likes
Not a solution/answer yet, I have a support ticket with Adobe, working through this issue. Will post the solution the sooner we are able to solve this.
This has been resolved with Adobe tech support help.
1. Adobe support worked with the engineering team to clear the cache and set the CM_DISABLE_BUILD_REUSE (https://experienceleague.adobe.com/docs/experience-manager-cloud-manager/content/getting-started/pro...) so that artifacts are not reused.
2. After the above, on redeploying the build, the plugin was installed successfully.