Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.

Merging two repo issue

Avatar

Level 4

Hi All,

 

Please could you help me with this error i am getting while merging two repo and keeping dispatcher module common. individual repos have no build issue but while merging it shows errors.

 

Project 'com.adobe.cq.cloud:com.adobe.cq.cloud.testing.ui.cypress.tests:0.0.1-SNAPSHOT' is duplicated in the reactor @
[ERROR] Project 'com.adobe.cq.cloud:com.adobe.cq.cloud.testing.ui.cypress.tests:0.0.1-SNAPSHOT' is duplicated in the reactor.

 

Above is the error i am getting while building the parent project which has two sites as module and included in parent pom.

@arunpatidar ,kindly help.

 

 

Thanks,

Mahesh 

1 Reply

Avatar

Level 7

Hi @smahesh 

This happens when you introduce or declare the same module more than once in you POM, [Any POM files including sub modules]
 Check you POM files, including child POM or check Project Directories make sure no duplicate at filsystem level/


You can refer: Troubleshooting Dispatcher Problems | Adobe Experience Manager

and Merging AEM Projects using Github Desktop | Adobe Experience Manager for more information