Please fix the pom.xml ``` <ruleset>${project.basedir}/ruleset.xml</ruleset> ``` instead of ``` <ruleset>${basedir}/ruleset.xml</ruleset> ``` Otherwise the ruleset.xml is not found
Please fix the pom.xml
instead of
Otherwise the ruleset.xml is not found