Is there Single module AEM Maven Archetype
If I use the AEM plugin for Eclipse then the Archetypes available through it are all multimodule projects.
Is there an archetype I can use to build single module OSGI components, such as an OSGI budle for use as a Servlet.
In the past I could do this from the command line using
$ mvn archetype:generate -DarchetypeGroupId=com.day.jcr.vault -DarchetypeArtifactId=multimodule-content-package-archetype -DarchetypeVersion=1.0.0 -DarchetypeRepository=adobe-public-releases
But now I get
Failed to execute goal org.apache.maven.plugins:maven-archetype-plugin:2.2:generate (default-cli) on project lambda-java: The desired archetype does not exist (com.day.jcr.vault:multimodule-content-package-archetype:1.0.0)
Are there any AEM MAven archetypes for developing simple sling servlets.
Regards
Clive Stewart
