Eclipse, Run as ---> Maven build command Detailed

Maven Build  Goals:

                 Clear clean compile, compile compile, test compile and test, install packaged and sent to a local warehouse, package only labeled jar package, and will not be sent to the local warehouse

 

test:

run as maven build..

Enter the clean test goals

 

Bale:

run as maven build..

goals 输入 clean package

 

Packaged and sent to the local repository:

run as maven build..

Enter goals install Clean
----------------
Disclaimer: This article is CSDN bloggers' 1314 run all the way "of the original article, follow the CC 4.0 BY-SA copyright agreements, please attach a reprint the original source link and this statement.
Original link: https: //blog.csdn.net/dhklsl/article/details/78039224

Guess you like

Origin www.cnblogs.com/mark5/p/11670953.html