-
Templating and Integration Guide
- Part 1: Concepts
- Part 2: Modules
- Part 3: Templates and Studio
- Part 4: Content Definitions and Views
- Part 5: Advanced Techniques
- Part 6: Setting up an integration environment
- Part 7: Step by step integration
- Further reading and resources
Creating a template set
In order to create a new tempalte set using a preconfigured Eclipse IDE, please follow the steps below:
- In Eclipse, click on File > New > Other ... > Maven > Maven Project > Next.

- Select your local "archetype-catalog.xml" as catalog. Choose the jahia-module-archetype athcetype and click Next.

- In "Group Id" enter org.jahia.modules, for "Artifact Id" enter yourmoduleid, and specify 1.0-SNAPSHOT for "Version"

- Click on finish, you will probably have an error, due to a M2 bug.

- Repeat the previous steps a second time
- At the third step, also specify a value for the "moduleName" in the properties tabs (it should be a human name, without special characters) and a value for "jahiaPackageVersion" (6.5-BETA2). For others fields you can use defauld values.


