Hi We have for the trialox cms a multimodule archetype, which generates a projects containing to modules: a core and an ontology module.
If desired I can move this archetype to Apache Celerezza. What do you think? The instructions how to use it: 1. install org.clerezza.cms.archetype.multimodule and execute mvn archetype:generate 2. select org.clerezza.cms.archetype.multimodule from the interactive mode example: Define value for property 'groupId': : my.group.id Define value for property 'artifactId': : my.artifact.id Define value for property 'version': 1.0-SNAPSHOT: : Define value for property 'package': my.group.id: : my.artifact.id Confirm properties configuration: groupId: my.group.id artifactId: my.artifact.id version: 1.0-SNAPSHOT package: my.artifact.id Creates a project folder my.artifact.id containing 2 modules called my.artifact.id.core and my.artifact.id.ontologies - my.artifact.id.core contains a java jaxrs resource and an ssp, a js and a css file - my.artifact.id.ontologies contains an example ontology file called prototype.rdf Cheers Tsuy
