This is a maven archetype to create an empty metadata aggregator system. It contains the base adminstrative, indexing and supporting webapps needed for an aggregator, but lacks any domain specific webapps for displaying data or understanding specific domain models. The command to create a new aggregator project is mvn archetype:create -DarchetypeGroupId=com.k-int.aggregator -DarchetypeArtifactId=aggregator-svc-assembly-archetype -DarchetypeVersion=1.0.0-SNAPSHOT -DgroupId=new.project.group -DartifactId=new-project-artifact and example of actual use is: mvn archetype:create -DarchetypeGroupId=com.k-int.aggregator -DarchetypeArtifactId=aggregator-svc-assembly-archetype -DarchetypeVersion=1.0.0-SNAPSHOT -DgroupId=com.k_int.pnds -DartifactId=discover-svc-assembly