Child Module error
Hi Community,
@veenavikraman
Getting the below error while trying to build a project.
I am running the below command
mvn clean install -PautoInstallSinglePackage -Pclassic
D:\AEM Project\aem-wknd-spa\mysite>mvn clean install [INFO] Scanning for projects... [ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] Child module D:\AEM Project\aem-wknd-spa\mysite\ui.frontend of D:\AEM Project\aem-wknd-spa\mysite\pom.xml does not exist @ [ERROR] Child module D:\AEM Project\aem-wknd-spa\mysite\dispatcher of D:\AEM Project\aem-wknd-spa\mysite\pom.xml does not exist @ @ [ERROR] The build could not read 1 project -> [Help 1] [ERROR]
[ERROR] The project com.mysite:mysite:1.0.0-SNAPSHOT (D:\AEM Project\aem-wknd-spa\mysite\pom.xml) has 2 errors
[ERROR] Child module D:\AEM Project\aem-wknd-spa\mysite\ui.frontend of D:\AEM Project\aem-wknd-spa\mysite\pom.xml does not exist
[ERROR] Child module D:\AEM Project\aem-wknd-spa\mysite\dispatcher of D:\AEM Project\aem-wknd-spa\mysite\pom.xml does not exist [ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
Also I ran the build command in my git bash and all seems to be working fine 