如何在 JBoss Wildfly10 上部署 DocDokuPLM 项目?

How to deploy DocDokuPLM project on JBoss Wildfly10?

我已经从这个存储库中克隆了 docdoku-plm https://github.com/docdoku/docdoku-plm/tree/dev 我构建了这个项目,但我不知道我必须在我的服务器中部署什么,我签入了 pom.xml 并且他们已经将包装作为 pom 在我构建项目后,没有创建目标文件。 我需要帮助如何在我的 wildfly 10 服务器中部署这个项目。This is the structure of the project and after bulid there is no target file created

首先当你构建你的项目时,在eplm模块中生成了一个EAR文件,你需要在wildfly中部署这个EAR文件。 在此之后按照 link https://github.com/docdoku/docdoku-plm/wiki/Installation-Guide 根据您的服务器进行配置。 在 docdoku-plm 中,如果您使用的是 eplm 项目并在 glassfish 中部署,默认情况下它将采用 EclipseLink 作为 JPA 框架,而在 WIldfly 中它是 Hibernate 因此您必须在 pom.xml 中添加依赖项或将 hibernate 模块更改为 eclipselink.