Search in the Documentation:

Using Eclipse

In order to create a new tempalte set using a preconfigured Eclipse IDE, please follow the steps below:

  1. In Eclipse, click on File > New > Other ... > Maven > Maven Project > Next.

 

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

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

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

  1. Repeat the previous steps a second time
  1. 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.