I\'ve combed StackOverflow and many other sites, have found many other related posts and have followed all said suggestions, but in the end, failsafe is skipping my
For multi-module projects, the child project needs to have the plugin declared as followed,
org.apache.maven.plugins maven-failsafe-plugin
version inherits from parent pom. Without the above defined, the plugin in parent pom alone will not work.