Yesterday I wanted to setup the code coverage in our sonar instance for integration tests launched using the failsafe plugin of Apache Maven. The awaited result in sonar is something like this :
As I lost 5 minutes with this problem which is basic I share it here to help others.
By default, the Maven resources plugin copy everything from src/[main|test]/resources into target/classes without touching anything. Continue reading Maven : Filter only a given type of files→