Hi,
I am developing a jira plugin. I started writing tests and I saw the jira-maven-plugin uses surefire and failsafe plugin under the hood (I guess). I got some problems running integration test. After I found the way where test class needs to be placed I tried to change the configuration of both plugins but I was not successful. My question is:
How can I change both configurations (espacially the include/exlude pattern)?