I have a project with multiple modules. However in only 1 module is the location of my feature files.
When I clean install my project this is good. However when i 'mvn clean verify -Pfullsuite'
This will try to execute the on every single module.
Is there a way to cope with this?
Below my profile
Hi,
I have a project with multiple modules. However in only 1 module is the location of my feature files. When I clean install my project this is good. However when i 'mvn clean verify -Pfullsuite' This will try to execute the on every single module.
Is there a way to cope with this?
Below my profile