I am working on issue 87, i.e. creating a maven archetype for a sample
CQRS project with the axon framework. My question concerns the
expectations for such an archetype.
A maven archetype should provide a clear starting ground for any new
project and at therefore at least a very simple demonstrations of all
the relevant techniques. This leaves room for a lot of usability
questions. For example, what should be the granularity of the
archetype? What do you expect of the user interface? Which event
handlers do you expect?
In short: What do you expect of a maven archetype?