再见,
有人尝试从JDBS source-zip(需要免费申请)提供的 source-zip 构建JBoss Developer Studio 吗?
在 /build-directory 中,如果我只是这样做
mvn clean install
它会抱怨缺少子项目。
所以我在pom中找到了评论:
<!-- for bootstrapping the parent and target-platform poms via Mead, we need to be able to fetch from this folder and run
this profile (excluding all others); currently parent pom includes target-platform build too, so only need to build the parent
mvn clean install -P parent,\!libs,\!tests,\!jmx,\!archives,\!as,\!common,\!jst,\!xulrunner,\!vpe \
-P \!jsf,\!freemarker,\!hibernatetools,\!portlet,\!struts,\!cdi,\!birt,\!seam,\!examples \
-P \!maven,\!ws,\!gwt,\!deltacloud,\!runtime,\!usage,\!central,\!aggregate-coverage
-->
并尝试了该 mvn-command,但随后它抱怨:
Child module .\parent\..\target-platform of .\parent\pom.xml does not exist
我从来没有用过 Mead,也不明白关于引导和目标平台的东西......
无论如何,使这个构建工作的正确方法是什么?