Best com.adobe.granite.archetype to select
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


