チャオ、
JDBS source- zip で入手可能な source-zip からJBoss Developer Studioをビルドしようとした人はい ますか? (無料の申請が必要です) 。
/build-directory で、私がするだけなら
mvn clean install
子プロジェクトの欠落について不平を言うでしょう。
それで、ポンポンでコメントを見つけました:
<!-- 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
私はミードを使用したことがなく、ブートストラップとターゲットプラットフォームについてのことを理解していません...
とにかく、このビルドを機能させる適切な方法は何ですか?