如何将 jahia 与 eclipse 集成
Posted
技术标签:
【中文标题】如何将 jahia 与 eclipse 集成【英文标题】:How to integrate jahia with eclipse 【发布时间】:2019-04-07 21:59:44 【问题描述】:我想在 Eclipse 上集成 jahia。
我刚开始使用 jahia,我不知道如何使用 maven 下载她的模块
需要帮助,谢谢!
【问题讨论】:
教程是你需要阅读的。见jahia.com/home/community/forum/jahia-user/jahia-install-forum/… 【参考方案1】:如果您正在寻找定制开发,那么 这是开发介绍
https://academy.jahia.com/documentation/digital-experience-manager/7.2/development/development-best-practices#INTRODUCTION
模板模块和组件分为三部分
可以用maven jahia创建项目
https://academy.jahia.com/documentation/digital-experience-manager/7.2/development/osgi-module-development/building-a-new-osgi-module#Introduction
【讨论】:
【参考方案2】:创建一个模块 - 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 页及以下...)
问候,
【讨论】:
以上是关于如何将 jahia 与 eclipse 集成的主要内容,如果未能解决你的问题,请参考以下文章