溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務(wù)條款》

Eclipse中如何使用Maven build進(jìn)行打包

發(fā)布時間:2020-11-06 15:22:22 來源:億速云 閱讀:454 作者:Leah 欄目:開發(fā)技術(shù)

這篇文章將為大家詳細(xì)講解有關(guān)Eclipse中如何使用Maven build進(jìn)行打包,文章內(nèi)容質(zhì)量較高,因此小編分享給大家做個參考,希望大家閱讀完這篇文章后對相關(guān)知識有一定的了解。

目的:在Eclipse中配置Maven build打包

  • 項目右擊-->Run As-->Run Configurations
  • 在左側(cè)Maven Build下選中自己的工程名
  • 然后在右側(cè)Goals輸入框中輸入“clean package”
  • 點擊Apply完成配置,如圖

Eclipse中如何使用Maven build進(jìn)行打包 

注意:

[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.622 s
[INFO] Finished at: 2016-05-04T10:42:01+08:00
[INFO] Final Memory: 12M/219M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project hys-api: Compilation failure
[ERROR] No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?
[ERROR] -> [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/MojoFailureException

遇到如上報錯,經(jīng)排查發(fā)現(xiàn):Window-->Preferences-->Java-->Installed JREs 下安裝的是jre,開發(fā)需要jdk。

Eclipse中如何使用Maven build進(jìn)行打包

Eclipse中如何使用Maven build進(jìn)行打包

關(guān)于Eclipse中如何使用Maven build進(jìn)行打包就分享到這里了,希望以上內(nèi)容可以對大家有一定的幫助,可以學(xué)到更多知識。如果覺得文章不錯,可以把它分享出去讓更多的人看到。

向AI問一下細(xì)節(jié)

免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進(jìn)行舉報,并提供相關(guān)證據(jù),一經(jīng)查實,將立刻刪除涉嫌侵權(quán)內(nèi)容。

AI