Emin Can Sümer
Emin Can Sümer

Reputation: 523

Skip maven test phase on local

I want to skip tests before installing my java project just on my local since it's taking too much time. It should keep on working on buildserver.

I know that it can be done on command line but I'm using Intellij and when I click on "Install", I don't want it to run tests.

How can I achieve this?

Upvotes: 1

Views: 1782

Answers (1)

dambros
dambros

Reputation: 4392

Just click on this button before running the install:

enter image description here

The button might look different or be somewhere else on a different Intellij version. In this case, you can do the following:

Press 2x SHIFT to open the Search Everywhere window and search for Toggle 'Skip Tests' Mode.

Upvotes: 8

Related Questions