Is it possible to add the “integration-test” phase that Maven offer in IntelliJ? Or does that make no sense?
Is it possible to add the integration-test phase that Maven offer in IntelliJ? Or
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If your
pom.xmlincludes the Failsafe plugin in its build configuration (see the Failsafe usage page) then in the Maven Projects view in IntelliJ, you should see [ProjectName] -> Plugins -> failsafe -> failsafe:integration-test. Double-click on it to run theintegration-testgoal (note it’s a goal, not a phase) or right-click on it and click “Create…” to add an IntelliJ run configuration for the integration-test goal.