I've created a mojo using maven 3.2.2 that provides a custom packaging. This custom package triggers the generation of a custom compacted file. I would like to create a functional test for it and given a project with a pom to verify if the file was generated.
which tool should I use ? pointing me to a code example would be great !