Issue
Is it possible to configure run as maven install in eclipse to skip unit tests? If so, how can it be done?
Solution
- 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
- Click the 'Skip Tests' radio button
- Click Run!
Answered By - Tom Elliott
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.