I'm trying to add a web project to my ear, but eclipse won't generate the /EarContent/META-INF.
What I do:
- Web project test_web_project_1 already created.
- New->Enterprise Application Project, create ear.
- Right Click->Properties-> Deployment Assembly
- Add test_web_project_1 as a project.
The test_web_project_1 war is then added to modules, but EarContent/META-INF and the corresponding application.xml is not created.
What am I doing wrong?