再见,
有人试图从源代码-zip中构建JBoss Developer Studio (需要免费下载) JDBS源-zip?
在/build目录中,如果我这样做的话
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-命令,但后来它抱怨:
Child module .\parent\..\target-platform of .\parent\pom.xml does not exist我从来没有用过米德,也不明白那些关于鞋带和目标平台的东西.
无论如何,怎样才能使这个构建工作正常?
发布于 2013-02-06 05:08:28
坦白说,从来没有人要求过。
构建JBDS 6是一个分三步的过程:
mvn clean install )我已经为这个请求打开了一个JIRA:
https://stackoverflow.com/questions/12807472
复制相似问题