Nivel 1
Nivel 2
Iniciar sesión en la comunidad
Iniciar sesión para ver todas las insignias
If I create a new Maven project using the AEM plugin I get
com.adobe.granite.archetype : sample-project-archetype:5
and
com.adobe.granite.archetype : sample-project-archetype:6
and
com.adobe.granite.archetype : sample-project-archetype:7
to select from.
What is the difference betweeen them and the archetype I create from the command line using
mvn archetype:generate -DarchetypeGroupId=com.day.jcr.vault -DarchetypeArtifactId=multimodule-content-package-archetype -DarchetypeVersion=1.0.2 -DarchetypeRepository=adobe-public-releases -DcqVersion="6.0"
?
I know com.adobe.granite.archetype : sample-project-archetype:7 creates a project with 4 child projects and the DarchetypeArtifactId=multimodule-content-package-archetype creates a project with 2 child projects.
Regards
Clive Stewart
¡Resuelto! Ir a solución.
Vistas
Respuestas
Total de me gusta
Information about the Maven Project Archetype is located at https://github.com/adobe/aem-project-archetype
It also suggests the AEM versions supported by a current release
Vistas
Respuestas
Total de me gusta
You can find more information about different options for archetype.
Vistas
Respuestas
Total de me gusta
Have you looked at lazybones templates?
https://github.com/Adobe-Consulting-Services/lazybones-aem-templates
Vistas
Respuestas
Total de me gusta
If you are creating a project for AEM 6 you should be using com.adobe.granite.archetype : sample-project-archetype:7 (5 and 6 are older versions of the archetype - unless you have a specific reason to use and older version you should use the latest version). If you are creating a project for 5.6.1 or below you should usemultimodule-content-package-archetype.
Vistas
Respuestas
Total de me gusta
Information about the Maven Project Archetype is located at https://github.com/adobe/aem-project-archetype
It also suggests the AEM versions supported by a current release
Vistas
Respuestas
Total de me gusta
Vistas
me gusta
Respuestas
Vistas
me gusta
Respuestas
Vistas
me gusta
Respuestas