Hi @jayv25585659 Maven archetype is only required whenever you are
creating the project from scratch. If you are already migrated to the
AEM version 6.5, you need to upgrade the uber-jar, maven dependencies,
Jdk-11 ,OSGI and 6.5 service package etc.(Which you already did).Now to
answer your question, Like you also created new maven project structure
and want to adapt to it then you need to copy paste the code from old
structure to new structure, but this is not recommended, since it is
cumbersom...