Hi Team,
I am getting below error when I am trying to run AEM Multimode Project in Eclipse. Has anyone faced same thing ?
================================================================
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] Child module C:\Users\eclipse-workspace\vaem.example\dispatcher of C:\Users\eclipse-workspace\vaem.example\pom.xml does not exist @
@
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project org.myorg.vaem:vaem.example:0.0.1-SNAPSHOT (C:\Users\eclipse-workspace\vaem.example\pom.xml) has 1 error
[ERROR] Child module C:\Users\eclipse-workspace\vaem.example\dispatcher of C:\Users\eclipse-workspace\vaem.example\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
HI @VaibhavMishra ,
Could you please let know the maven archetype version that you used for creating multi-module project.
Looks like you've deleted the dispatcher module but did not modify the parent pom config. Open your parent pom: C:\Users\eclipse-workspace\vaem.example\pom.xml and search for dispatcher module and comment that out or delete.
Views
Replies
Total Likes
Try referring to the following doc:
It may be helpful.
Hi,
I guess you generated the project using :
mvn -B archetype:generate
Did that the command actually worked? I've had the issue before where I ran the command, did something else and then tried to run the project and got the result you did.
What I hadn't noticed was that the command had failed halfway through! So it had generated some modules and not others, resulting in a broken project that wouldn't build
It looks like either you still have the dispatcher module in the code and the corresponding POM file does not exist OR the other way around.
C:\Users\eclipse-workspace\vaem.example\pom.xml does not exist
Please validate both the module and pom file exists.
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies