During the configuration of the Enhanced Connector the consultant is working to make sure that the required packages are added to the pom.xmi of all subprojects.Which section should the packages be added to?
When adding the required packages for the Enhanced Connector in AEM, they should be added to theEmbeddedsection of the pom.xml for all subprojects. TheEmbeddedsection is used to define dependencies that need to be bundled with the AEM project, ensuring that the connector's functionality is included in the deployment.
Option A (Tools) is incorrect because this section is used for development tools, not dependencies. Option C (Servers) refers to server configurations, which is unrelated to package embedding.
Refer toAEM Maven project documentationfor more details on embedding packages in the pom.xml file.
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit