Hi, When I run this command “mvn -Pseparate-dist”, it is trying to create cms war file under platform module which I created newly to separate cms and delivery app. Any Sugggestions?
Hi,
I see it is trying to copy /platform/cms/target/cms.war into the regular distribution. That should be just /cms/target/cms.war.
Are you executing from root folder? Does mvn -Pdist work? Do you have source>cms/target/cms.war</source> in the webapps-component.xml?
You can compare that XML with this (which is one from a generated archetype project). Please try to understand what it is doing and change what is not working for you. E.g. is cms/target/cms.war actually built?