2

私のプロジェクト (BTW を継承しているため、そのいくつかの側面はまだ不明です) で、Eclipse/m2e の下で右クリックpom.xml>すると1 Maven Build、ダイアログが表示されます。

実行する起動構成を選択します。

  • m2 myproj (1):
  • m2 myproj (2):
  • m2 myproj (3):
  • m2 myproj:

しかし、プロジェクトのProperties>を見ると、起動構成はまったくRun/Debug Settingsありません。何もありません。

どういう意味ですか?

上記の 4 つの構成のいずれかを選択する必要がありますか? もしそうなら、どれとその理由は?

更新 1:興味深いことに、右クリックして>pom.xmlを選択すると、これらの構成が定義されていることがわかります。Run AsRun Configurations...

ここに画像の説明を入力

とはいえ、これが何を意味するのかはまだわかりません。それらを定義したことを思い出したことはありません。彼らはどうやってそこにたどり着いたのですか?

更新 2: どうやら、これらの起動構成は、閉じる/キャンセル ボタンなどをクリックして誤って作成されたようです。だから私は1つを除いてすべて削除してから実行しました:

    [INFO] BUILD FAILURE
    [INFO] ------------------------------------------------------------------------
    [INFO] Total time: 0.093s
    [INFO] Finished at: Wed Dec 05 16:44:24 EST 2012
    [INFO] Final Memory: 1M/15M
    [INFO] ------------------------------------------------------------------------
    [ERROR] No goals have been specified for this build. You must specify a valid lifecycle phase or a goal in the format <plugin-prefix>:<goal> or
 <plugin-group-id>:<plugin-artifact-id>[:<plugin-version>]:<goal>. 
Available lifecycle phases are: 
validate, initialize, generate-sources, process-sources, generate-resources, 
process-resources, compile, process-classes, generate-test-sources, process-test-sources,
 generate-test-resources, process-test-resources, test-compile, process-test-classes, 
test, prepare-package, package, pre-integration-test, integration-test, 
post-integration-test, verify, install, deploy, pre-clean, clean, post-clean, pre-site, 
site, post-site, site-deploy. -> [Help 1]
    [ERROR] 
    [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
    [ERROR] Re-run Maven using the -X switch to enable full debug logging.
    [ERROR] 
    [ERROR] For more information about the errors and possible solutions, 
please read the following articles:
    [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/NoGoalSpecifiedException

変。>pom.xmlを選択すると、目標があり、ビルドがうまくいくことはわかっています。Run AsMaven Install

4

0 に答える 0