How to integrate jahia with eclipse

215 Views Asked by At

I want to integrate jahia on eclipse.

i'm just starting to work with jahia and i do not know how to download her modules with maven

Need help, thank you!

2

There are 2 best solutions below

0
On
0
On

Create a Module - Eclipse • From Eclipse

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

Declare http://maven.jahia.org/maven2 as remote catalog and select it

Choose the archetype : jahia-module-archetype

Enter an artifactId (technical name), the jahiaVersion (7.1.0.0 for exemple) and the moduleName 

For more information, see source: https://academy.jahia.com/files/live/sites/academy/files/documentation/training/TR7_Basic-Developer_EN_V1.5.pdf (page 19 and following...)

Regards,