How to configure maven install to skip tests in eclipse?
问题 i was wondering if it's possible to configure run as maven install in eclipse to skip unit tests, if such thing is doable, then please tell me how to do it, thanks in advance. 回答1: Ensure Maven is configured for your project Right-click on your project Go to 'Run As' Select 'Run Configurations' In the left-hand column, right-click 'Maven Build' and select 'New' Select the base directory (the project) you want to build from Write 'install' and any other goals you want in the 'Goals' field