【发布时间】:2019-04-07 21:59:44
【问题描述】:
我想在 Eclipse 上集成 jahia。
我刚开始使用 jahia,我不知道如何使用 maven 下载她的模块
需要帮助,谢谢!
【问题讨论】:
标签: jahia
我想在 Eclipse 上集成 jahia。
我刚开始使用 jahia,我不知道如何使用 maven 下载她的模块
需要帮助,谢谢!
【问题讨论】:
标签: jahia
如果您正在寻找定制开发,那么 这是开发介绍
模板模块和组件分为三部分
可以用maven jahia创建项目
【讨论】:
创建一个模块 - Eclipse • 从 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
有关更多信息,请参阅来源: https://academy.jahia.com/files/live/sites/academy/files/documentation/training/TR7_Basic-Developer_EN_V1.5.pdf (第 19 页及以下...)
问候,
【讨论】: